another attempt to fix focal

This commit is contained in:
Jay Lee
2020-05-20 11:29:17 -04:00
parent 845aa122e1
commit f662a13778

View File

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