From db8b06cc57f64e55fd25d62b13b918c527620c4e Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 3 Jan 2022 23:21:24 -0300 Subject: [PATCH] Remove checkForExpect() call --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index d04b008..bbbbf84 100755 --- a/install.sh +++ b/install.sh @@ -263,7 +263,6 @@ getThePackages() { installImportantPackages() { calcHeightAndRun "whiptail --msgbox \"We will continue with the installation of some important packages in the background. Please press OK and wait.\" HEIGHT 60 3>&1 1>&2 2>&3" - checkForExpect getThePackages "Y" "installImportantPackages" runInChroot "systemctl enable NetworkManager; systemctl enable fstrim.timer" 2>&1 | debug }