remove is running

This commit is contained in:
Tobias Powalowski 2023-07-16 13:47:12 +02:00
parent 6c9a85d108
commit 42a245fe7e

View file

@ -139,7 +139,7 @@ _prepare_pacman() {
_run_pacman(){
_chroot_mount
_dialog --title " Pacman is runnning " --infobox "Installing package(s) to ${_DESTDIR}:\n${_PACKAGES}...\n\nCheck ${_VC} console (ALT-F${_VC_NUM}) for progress..." 8 70
_dialog --title " Pacman " --infobox "Installing package(s) to ${_DESTDIR}:\n${_PACKAGES}...\n\nCheck ${_VC} console (ALT-F${_VC_NUM}) for progress..." 8 70
echo "Installing Packages..." >/tmp/pacman.log
sleep 5
#shellcheck disable=SC2086,SC2069