From 661c4bdde9708fe7d0885832a2f3784cc1b422d5 Mon Sep 17 00:00:00 2001 From: Craig Wilhite Date: Mon, 5 Mar 2018 10:51:08 -0800 Subject: [PATCH] Update install.sh Remove pulling in bionic-proposed. 18.04 is now on to the 4.15 kernels, so there's no need anymore. --- ubuntu/18.04/install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ubuntu/18.04/install.sh b/ubuntu/18.04/install.sh index 8f6ccd5..849df4c 100644 --- a/ubuntu/18.04/install.sh +++ b/ubuntu/18.04/install.sh @@ -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 <