Minor changes to install script

This commit is contained in:
Eduard Urbach 2017-06-01 21:53:17 +02:00
parent 84ec23ba27
commit a762b7bec1

View File

@ -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."