Skip to content

Commit

Permalink
Bump keepup, hide its progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Feb 12, 2024
1 parent aeb1ef3 commit 4da4fe3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion minecraft.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="Offz <[email protected]>"

RUN apk add --no-cache ansible rclone wget unzip jq

ARG KEEPUP_VERSION=2.0.0-beta.1
ARG KEEPUP_VERSION=2.0.0-beta.2

ENV\
KEEPUP=true\
Expand Down
2 changes: 1 addition & 1 deletion proxy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update -y \

RUN PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin pipx install --include-deps ansible

ARG KEEPUP_VERSION=2.0.0-beta.1
ARG KEEPUP_VERSION=2.0.0-beta.2

ENV\
KEEPUP=true\
Expand Down
4 changes: 2 additions & 2 deletions scripts/dev/keepup
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ if [ "$KEEPUP" = "true" ]; then

echo "Running keepup with overrides"
cat $pluginVersionsFile $keepupOverridesFile 2>/dev/null\
| keepup - $keepupDownloadsDir $pluginsDir
| keepup - $keepupDownloadsDir $pluginsDir --hide-progress-bar
else
echo "Running keepup without overrides"
keepup $pluginVersionsFile\
$keepupDownloadsDir $pluginsDir
$keepupDownloadsDir $pluginsDir --hide-progress-bar
fi
else
echo "KEEPUP is not set to 'true', not running keepup"
Expand Down

0 comments on commit 4da4fe3

Please sign in to comment.