(feat): Added/Remove apps, cleaned up script

This commit is contained in:
Blake Ridgway 2024-08-30 19:27:16 -05:00
parent e3b38c2d02
commit c4bd753289

View file

@ -170,18 +170,3 @@ for file in ${FILES[@]}; do
exit 1
fi
done
####################################################
# Soon to be removed from this post install script #
####################################################
# Check to see if running as sudo/root
#if [ "$(id -u)" -ne 0 ]; then
# echo 'This script must be run by root' >&2
# exit 1
#fi