Minor changes to install script
This commit is contained in:
parent
84ec23ba27
commit
a762b7bec1
@ -19,7 +19,7 @@ if [ ! -d /usr/local/go ]; then
|
|||||||
|
|
||||||
export PATH=$PATH:/usr/local/go/bin
|
export PATH=$PATH:/usr/local/go/bin
|
||||||
echo "Don't forget to add the following to your terminal startup scripts:"
|
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
|
fi
|
||||||
|
|
||||||
if [ ! -f /usr/bin/asd ]; then
|
if [ ! -f /usr/bin/asd ]; then
|
||||||
@ -39,9 +39,4 @@ if [ ! -f /usr/bin/asd ]; then
|
|||||||
cd ..
|
cd ..
|
||||||
fi
|
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."
|
echo "Finished installing notify.moe dependencies."
|
||||||
|
Loading…
Reference in New Issue
Block a user