From a762b7bec170f5bf3401978a8de1bde304ee0945 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 1 Jun 2017 21:53:17 +0200 Subject: [PATCH] Minor changes to install script --- contribute/install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/contribute/install.sh b/contribute/install.sh index ac8c3517..a8df3b77 100755 --- a/contribute/install.sh +++ b/contribute/install.sh @@ -19,7 +19,7 @@ if [ ! -d /usr/local/go ]; then export PATH=$PATH:/usr/local/go/bin echo "Don't forget to add the following to your terminal startup scripts:" - echo "export PATH=\$PATH:/usr/local/go/bin" + echo "export PATH=\$PATH:/usr/local/go/bin\n" fi if [ ! -f /usr/bin/asd ]; then @@ -39,9 +39,4 @@ if [ ! -f /usr/bin/asd ]; then cd .. fi -# if [ ! -d ./notify.moe ]; then -# echo "Downloading notify.moe source..." -# git clone git@github.com:animenotifier/notify.moe.git -# fi - echo "Finished installing notify.moe dependencies."