From 4912a4a03f64ca72941217765c51e873f6c34de2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 9 Feb 2016 22:59:24 +0000 Subject: [PATCH] Some more fixes --- apt/add-apt-sources.sh | 0 apt/custom-installs.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 apt/add-apt-sources.sh diff --git a/apt/add-apt-sources.sh b/apt/add-apt-sources.sh old mode 100644 new mode 100755 diff --git a/apt/custom-installs.sh b/apt/custom-installs.sh index 9208828..6fa3359 100755 --- a/apt/custom-installs.sh +++ b/apt/custom-installs.sh @@ -6,7 +6,7 @@ set -e echo ">> Collecting Packages..." wget https://atom.io/download/deb -O atom.deb wget "https://www.astrill.com/downloads/astrill-setup-linux64.deb?mirror=uk" -O astrill.deb -curl -sL https://deb.nodesource.com/setup_5.x | -E bash - +curl -sL https://deb.nodesource.com/setup_5.x | bash - echo ">> Installing Packages..." dpkg -i atom.deb