Update repos before installing software

This commit is contained in:
William Brawner 2018-02-15 08:47:14 -06:00
parent cf51578d1a
commit 8945485cda

2
configure vendored
View file

@ -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