Skip to content

Commit b324b1a

Browse files
committed
don't reboot after installing packages during expand
bug was preventing expansion process from setting up users
1 parent 05746fc commit b324b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/InstallScripts/InstallPrawnOS.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ expand() {
355355
while true; do
356356
read -r -p "Install a desktop environment and the supporting packages? [Y/n]" ins
357357
case $ins in
358-
[Yy]* ) $SCRIPTS/InstallPackages.sh; reboot;;
358+
[Yy]* ) $SCRIPTS/InstallPackages.sh;;
359359
[Nn]* ) exit;;
360360
* ) echo "Please answer y or n";;
361361
esac

0 commit comments

Comments
 (0)