updated scripts for testing
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$EUID" -eq 0 ]
|
||||
then
|
||||
echo "Please do NOT run as root"
|
||||
exit
|
||||
fi
|
||||
|
||||
# add aliases
|
||||
echo "# custom settings and aliases" > ~/.bash_profile
|
||||
echo "" >> ~/.bash_profile
|
||||
|
||||
Reference in New Issue
Block a user