Add infobox
This commit is contained in:
parent
02e39f9e2f
commit
6fa35fe839
|
@ -290,6 +290,7 @@ getThePackages() {
|
||||||
installImportantPackages() {
|
installImportantPackages() {
|
||||||
msg="\nWe will continue with the installation of some important packages in the background. Please press OK and wait."
|
msg="\nWe will continue with the installation of some important packages in the background. Please press OK and wait."
|
||||||
dialog --msgbox "$msg" 8 60
|
dialog --msgbox "$msg" 8 60
|
||||||
|
dialog --infobox "\nUpgrading archlinux-keyring." 5 32
|
||||||
pacman -S --noconfirm archlinux-keyring 2>&1 | debug
|
pacman -S --noconfirm archlinux-keyring 2>&1 | debug
|
||||||
getThePackages "Y" "installImportantPackages"
|
getThePackages "Y" "installImportantPackages"
|
||||||
runInChroot "systemctl enable NetworkManager; systemctl enable fstrim.timer" 2>&1 | debug
|
runInChroot "systemctl enable NetworkManager; systemctl enable fstrim.timer" 2>&1 | debug
|
||||||
|
|
Loading…
Reference in New Issue