From 032ec5b5226a26a4848bc70c9fb81ebd4568759b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 12 May 2016 20:12:06 +0300 Subject: [PATCH] Revert "Don't use sudo" This reverts commit 46f1efb0aad44f19db4f82bae10d1442fbf6953c. --- debian-bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 63c31a8f..976bfceb 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,8 +25,8 @@ add-apt-repository -y ppa:marutter/rrutter add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse # Get Stack -apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 -echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|tee /etc/apt/sources.list.d/fpco.list +sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 +echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|sudo tee /etc/apt/sources.list.d/fpco.list apt-get update apt-get install -y \