From 8e2c1b3b7b6a7a871c5a43a6fb9fb5d26808ebcb Mon Sep 17 00:00:00 2001 From: Phillip Date: Fri, 7 Jun 2024 08:13:36 +0000 Subject: [PATCH] Update scripts/1-root-config.sh Removal of unused code --- scripts/1-root-config.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/1-root-config.sh b/scripts/1-root-config.sh index 269e648..5242ab3 100644 --- a/scripts/1-root-config.sh +++ b/scripts/1-root-config.sh @@ -51,5 +51,4 @@ chown -R $user:$user /home/$user/install # Prompt the user to reboot echo "Install complete, please reboot" # Cleanup: Remove /buildscripts and /userfiles -rm -rf /buildscripts -rm -rf /userfiles \ No newline at end of file +rm -rf /buildscripts \ No newline at end of file