From 110eaebcbc47fec966be0f8a4d40cd78dbe6255a Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 17 Jan 2022 17:53:13 -0300 Subject: [PATCH] Add debug --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0d52cc1..bd13be6 100755 --- a/install.sh +++ b/install.sh @@ -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 }