We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05746fc commit b324b1aCopy full SHA for b324b1a
scripts/InstallScripts/InstallPrawnOS.sh
@@ -355,7 +355,7 @@ expand() {
355
while true; do
356
read -r -p "Install a desktop environment and the supporting packages? [Y/n]" ins
357
case $ins in
358
- [Yy]* ) $SCRIPTS/InstallPackages.sh; reboot;;
+ [Yy]* ) $SCRIPTS/InstallPackages.sh;;
359
[Nn]* ) exit;;
360
* ) echo "Please answer y or n";;
361
esac
0 commit comments