From fb3f7027486ab9a0ab85bf27b6124a57942c040b Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 26 Dec 2021 12:59:28 -0300 Subject: [PATCH] Clear at the end of the script --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index a9d6ffc..c843b8c 100755 --- a/install.sh +++ b/install.sh @@ -214,6 +214,8 @@ finishInstallation() { whiptail --yesno "Finally, the PC needs to restart, would you like to do it?" 0 0 if [ $? -eq 0 ]; then reboot + else + clear fi }