From c4bd7532895385d4200937e6b53fccb1e99b166f Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Fri, 30 Aug 2024 19:27:16 -0500 Subject: [PATCH] (feat): Added/Remove apps, cleaned up script --- post_install.sh | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/post_install.sh b/post_install.sh index e5dad13..df45a24 100755 --- a/post_install.sh +++ b/post_install.sh @@ -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 - -