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