Skip to content

Commit 833721f

Browse files
committed
setup - added dialog while checking for updates for a package
1 parent 43e9d55 commit 833721f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scriptmodules/admin/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ function package_setup() {
185185
hasFlag "${__mod_info[$id/flags]}" "nonet" && has_net=1
186186

187187
if [[ "$has_net" -eq 1 ]]; then
188+
dialog --backtitle "$__backtitle" --infobox "Checking for updates for $id ..." 3 60 >/dev/tty
188189
rp_hasBinary "$id"
189190
local ret="$?"
190191
[[ "$ret" -eq 0 ]] && has_binary=1

0 commit comments

Comments
 (0)