Update install.sh

This commit is contained in:
proledatarian 2022-12-16 15:43:42 +00:00
parent 0d3773340c
commit b04812cf44
1 changed files with 8 additions and 0 deletions

View File

@ -386,5 +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
echo
if [[ ! $REPLY =~ ^[Yy]$ ]]
then
less /tmp/install.log
fi
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