commented out root check
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ $(id -u) = 0 ]]; then
|
||||
echo "Please do NOT run as root!"
|
||||
exit 1
|
||||
fi
|
||||
# if [[ $(id -u) = 0 ]]; then
|
||||
# echo "Please do NOT run as root!"
|
||||
# exit 1
|
||||
# fi
|
||||
|
||||
# add aliases
|
||||
echo "# custom settings and aliases" > ~/.bash_profile
|
||||
|
||||
Reference in New Issue
Block a user