This commit is contained in:
Jay Lee
2020-05-21 09:03:16 -04:00
parent b66d671b74
commit ab8e882e94
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ else
sudo apt-get -qq --yes update > /dev/null
echo "RUNNING: apt upgrade..."
sudo apt-get --yes upgrade
sudo apt-get --yes --with-new-pkgs upgrade
echo "Installing build tools..."
sudo apt-get -qq --yes install build-essential
echo "Installing deps for python3"