diff --git a/install.sh b/install.sh index 859a245..0048b84 100644 --- a/install.sh +++ b/install.sh @@ -386,13 +386,13 @@ echo clear 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 +#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 +#fi +#echo #echo "Press [Enter] to shut down, then remove the installation media and start your system." #poweroff