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