remove Please be patient

This commit is contained in:
Tobias Powalowski 2022-04-04 17:46:43 +02:00
parent 6c2e7c45dc
commit a3f174bd84

View file

@ -108,7 +108,7 @@ run_pacman(){
# create chroot environment on target system # create chroot environment on target system
# code straight from mkarchroot # code straight from mkarchroot
chroot_mount chroot_mount
DIALOG --infobox "Pacman is running...\nPlease be patient.\n\nInstalling package(s) to ${DESTDIR}:\n${PACKAGES}..." 10 70 DIALOG --infobox "Pacman is running...\n\nInstalling package(s) to ${DESTDIR}:\n${PACKAGES}..." 10 70
echo "Installing Packages..." >/tmp/pacman.log echo "Installing Packages..." >/tmp/pacman.log
sleep 5 sleep 5
#shellcheck disable=SC2086,SC2069 #shellcheck disable=SC2086,SC2069