From b62bf8f47475a5abf8d847cdedbf564e87bbb632 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 8 Jun 2016 10:28:38 -0700 Subject: [PATCH] Alphabetize apt-get installs --- debian-bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 6cb773a4..ae20a8b8 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -41,7 +41,6 @@ apt-get install -y \ curl \ freeglut3-dev \ git \ - xclip \ libadns1-dev \ libasound2-dev \ libblas-dev \ @@ -105,13 +104,14 @@ apt-get install -y \ nettle-dev \ nodejs \ npm \ + openjdk-8-jdk \ r-base \ r-base-dev \ ruby-dev \ - wget \ - zip \ stack \ - openjdk-8-jdk \ + wget \ + xclip \ + zip \ zlib1g-dev # Put documentation where we expect it