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:
parent
19f8d740b4
commit
661c4bdde9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user