diff --git a/install.sh b/install.sh index a8e5a24..7e3764f 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,7 @@ #!/usr/bin/sh +# wget + ColorRed='\033[0;31m' ColorGreen='\033[0;32m' ColorOff='\033[0m'