Add debug

This commit is contained in:
Santiago Lo Coco 2022-01-17 17:53:13 -03:00
parent 5d6b3a7580
commit 110eaebcbc
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ 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"
pacman -Sy --noconfirm archlinux-keyring
pacman -Sy --noconfirm archlinux-keyring 2>&1 | debug
getThePackages "Y" "installImportantPackages"
runInChroot "systemctl enable NetworkManager; systemctl enable fstrim.timer" 2>&1 | debug
}