We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e9d55 commit 833721fCopy full SHA for 833721f
scriptmodules/admin/setup.sh
@@ -185,6 +185,7 @@ function package_setup() {
185
hasFlag "${__mod_info[$id/flags]}" "nonet" && has_net=1
186
187
if [[ "$has_net" -eq 1 ]]; then
188
+ dialog --backtitle "$__backtitle" --infobox "Checking for updates for $id ..." 3 60 >/dev/tty
189
rp_hasBinary "$id"
190
local ret="$?"
191
[[ "$ret" -eq 0 ]] && has_binary=1
0 commit comments