|
|
@ -3,7 +3,7 @@ PRELUDE_URL=https://github.com/bbatsov/prelude.git |
|
|
|
|
|
|
|
|
if [ -d $PRELUDE_INSTALL_DIR/prelude ] |
|
|
if [ -d $PRELUDE_INSTALL_DIR/prelude ] |
|
|
then |
|
|
then |
|
|
printf "\e[33m You already have Prelude installed.\e[0m You'll need to remove $PRELUDE_INSTALL_DIR if you want to install Prelude again.\n" |
|
|
|
|
|
|
|
|
printf "\e[33m You already have Prelude installed.\e[0m You'll need to remove $PRELUDE_INSTALL_DIR/prelude if you want to install Prelude again.\n" |
|
|
exit 1; |
|
|
exit 1; |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|