Update repos before installing software
This commit is contained in:
parent
cf51578d1a
commit
8945485cda
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -7,7 +7,7 @@ if [ "$ID" != "ubuntu" ]; then
|
|||
please try on Ubuntu, or modify the script to support your system.";
|
||||
fi
|
||||
|
||||
sudo apt install -y cmake libcurl3-openssl-dev libsqlite3-dev libxml2-dev
|
||||
sudo apt-get update && sudo apt-get install -y cmake libcurl3-openssl-dev libsqlite3-dev libxml2-dev
|
||||
|
||||
test -d build && rm -rf build
|
||||
mkdir build
|
||||
|
|
Loading…
Reference in a new issue