commented out root check

This commit is contained in:
2024-03-13 11:24:35 -05:00
parent 80ae632d1f
commit 0c793bfe05

View File

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