diff --git a/dotenv.sh b/dotenv.sh index e473e77..26765cf 100644 --- a/dotenv.sh +++ b/dotenv.sh @@ -1,14 +1,14 @@ #!/bin/bash -# Grant SH execute -chmod +x ./**/*.sh - # Disable running as root. if [[ "$EUID" -eq 0 ]]; then echo "Please do not run as root" exit 1 fi +# Grant SH execute +chmod +x ./**/*.sh + # Arch Linux Setup if [ -f "/etc/arch-release" ]; then ./scripts/install-arch.sh