removed root check
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
#!/bin/ash
|
||||
|
||||
if [[ $(id -u) = 0 ]]; then
|
||||
echo "Please do NOT run as root!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# git config
|
||||
git config --global credential.helper store
|
||||
git config --global user.name "akanealw"
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# if [[ $(id -u) = 0 ]]; then
|
||||
# echo "Please do NOT run as root!"
|
||||
# exit 1
|
||||
# fi
|
||||
|
||||
# add aliases
|
||||
echo "# custom settings and aliases" > ~/.bash_profile
|
||||
echo "" >> ~/.bash_profile
|
||||
|
||||
Reference in New Issue
Block a user