aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index a59d05a..bac4ae6 100755
--- a/install.sh
+++ b/install.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+echo -e "\e[1m\e[1;31mMAKE SURE YOU ARE IN THE DIRECTORY THIS SCRIPT IS LOCATED IN!"
+echo -e "\e[0m\e[1;31mIf you're sure you are in the correct dir, press Enter."
+read
+echo -e "\e[0m"
+
function command_exists {
command -v $1 &> /dev/null
}