Update install.sh

This commit is contained in:
proledatarian 2022-12-16 17:22:15 +00:00
parent b04812cf44
commit cba2618052
1 changed files with 6 additions and 6 deletions

View File

@ -386,13 +386,13 @@ echo
clear clear
echo "Installation finished!" echo "Installation finished!"
read -p "Do you want to read the log? Type [Y]es or [N]o. " -n 1 -r #read -p "Do you want to read the log? Type [Y]es or [N]o. " -n 1 -r
echo #echo
if [[ ! $REPLY =~ ^[Yy]$ ]] #if [[ ! $REPLY =~ ^[Yy]$ ]]
then #then
less /tmp/install.log less /tmp/install.log
fi #fi
echo #echo
#echo "Press [Enter] to shut down, then remove the installation media and start your system." #echo "Press [Enter] to shut down, then remove the installation media and start your system."
#poweroff #poweroff