From 5082f8ce12e40cf5f0d774a52166a199fbd93866 Mon Sep 17 00:00:00 2001 From: Craig Wilhite Date: Tue, 20 Feb 2018 12:32:36 -0800 Subject: [PATCH] Remove Build XRDP, use proposed changes -XRDP now includes config changes. -We don't need Billy's PPA, we can just use Ubuntu Proposed archive. --- ubuntu/18.04/install.sh | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) 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 <