Please run as a non-root user
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
if [ "$EUID" == 0 ]
|
||||||
|
then echo "Please run as a non-root user."
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
# Simple new installer
|
# Simple new installer
|
||||||
HOME=$HOME
|
HOME=$HOME
|
||||||
USER=$USER
|
USER=$USER
|
||||||
|
|||||||
Reference in New Issue
Block a user