Install missing libnuma

This commit is contained in:
Julian Ospald 2019-06-13 11:01:48 +08:00
parent 9c7e02af23
commit a6aace4734
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28

View File

@ -6,6 +6,10 @@ edo()
"$@" || exit 2
}
# dependencies
edo sudo apt-get update -y
edo sudo apt-get install -y libnuma-dev
edo rm .available-versions
edo rm .download-urls