From b04812cf4483377bfe095a5b0168f3d747785e6e Mon Sep 17 00:00:00 2001 From: proledatarian Date: Fri, 16 Dec 2022 15:43:42 +0000 Subject: [PATCH] Update install.sh --- install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install.sh b/install.sh index 38e2c53..859a245 100644 --- a/install.sh +++ b/install.sh @@ -386,5 +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 + less /tmp/install.log +fi +echo + #echo "Press [Enter] to shut down, then remove the installation media and start your system." #poweroff