Add debug
This commit is contained in:
parent
5d6b3a7580
commit
110eaebcbc
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue