Remove checkForExpect() call

This commit is contained in:
Santiago Lo Coco 2022-01-03 23:21:24 -03:00
parent 53e1e78679
commit db8b06cc57
1 changed files with 0 additions and 1 deletions

View File

@ -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
}