diff options
Diffstat (limited to 'setup-apkrepos.in')
-rw-r--r-- | setup-apkrepos.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in index 94dff7e..0c6b719 100644 --- a/setup-apkrepos.in +++ b/setup-apkrepos.in @@ -257,6 +257,6 @@ done if $changed; then printf %s "Updating repository indexes... " - $MOCK apk update --quiet $apk_root_opt && echo "done." + apk update --quiet $apk_root_opt && echo "done." fi |