Install missing libnuma
This commit is contained in:
parent
9c7e02af23
commit
a6aace4734
@ -6,6 +6,10 @@ edo()
|
|||||||
"$@" || exit 2
|
"$@" || exit 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# dependencies
|
||||||
|
edo sudo apt-get update -y
|
||||||
|
edo sudo apt-get install -y libnuma-dev
|
||||||
|
|
||||||
edo rm .available-versions
|
edo rm .available-versions
|
||||||
edo rm .download-urls
|
edo rm .download-urls
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user