diff --git a/ubuntu/18.04/install.sh b/ubuntu/18.04/install.sh index 75f5958..f0305f9 100644 --- a/ubuntu/18.04/install.sh +++ b/ubuntu/18.04/install.sh @@ -11,16 +11,10 @@ # Update our machine to the latest code if we need to. # -sudo apt update -sudo apt upgrade -y +sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu/ bionic-proposed restricted main multiverse universe" >> /etc/apt/sources.list <