1
0
forked from mir/linux-vm-tools

Update install.sh

Remove pulling in bionic-proposed. 18.04 is now on to the 4.15 kernels, so there's no need anymore.
This commit is contained in:
Craig Wilhite 2018-03-05 10:51:08 -08:00 committed by GitHub
parent 19f8d740b4
commit 661c4bdde9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,6 @@ if [ ! $(id -u) ] ; then
exit 1
fi
# Check if we have the bionic-proposed sources list
cat /etc/apt/sources.list | grep bionic-proposed > /dev/null
if [ "$?" == "1" ]; then
bash -c 'echo "deb http://archive.ubuntu.com/ubuntu/ bionic-proposed restricted main multiverse universe" >> /etc/apt/sources.list <<EOF
EOF'
fi
apt update && apt dist-upgrade -y
if [ -f /var/run/reboot-required ]; then