Explorar o código

reverted for bash shell

Bachir Soussi Chiadmi %!s(int64=4) %!d(string=hai) anos
pai
achega
cf8fd6a008
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -15,7 +15,7 @@ echo -e '\033[35m
 \033[0m'
 echo -e "\033[35;1mThis script has been tested only on Linux Debian 10 \033[0m"
 
-if [[ $EUID -ne 0 ]]; then
+if [ "$EUID" -ne 0 ]; then
   echo "Please run as root"
   exit
 fi