removed root check

This commit is contained in:
2024-03-13 11:27:23 -05:00
parent 0c793bfe05
commit 1972d149d1
2 changed files with 0 additions and 10 deletions

View File

@@ -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"