Please run as a non-root user

This commit is contained in:
ehpersonal38
2022-06-10 18:51:55 -04:00
parent 9c84b5dd30
commit 0f68b676c6
+6
View File
@@ -1,4 +1,10 @@
#!/usr/bin/env bash
if [ "$EUID" == 0 ]
then echo "Please run as a non-root user."
exit
fi
# Simple new installer
HOME=$HOME
USER=$USER