diff --git a/easysetup.sh b/easysetup.sh index 286edfe..8e7e33a 100644 --- a/easysetup.sh +++ b/easysetup.sh @@ -1,5 +1,10 @@ #!/bin/bash +if [[ $EUID -eq 0 ]]; then + echo "Non runnare questo script con 'sudo', quando serviranno i privilegi ti verrĂ  richiesto" + exit 1 +fi + echo "Scarico Chromium, curl e chtunn.sh" echo sudo apt update && sudo apt install curl -y && sudo apt install chromium-browser -y && sudo apt install chromium-browser -y