Update alpine-vaultwarden-v5.sh

change update
pull/1153/head
tteckster 2023-03-11 10:09:26 -05:00 committed by GitHub
parent f58bde28c8
commit 9bfbb57f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ while [ "$opt" != "" ]; do
clear
echo -e "${fgred}Update Vaultwarden${normal}"
apk update &>/dev/null
apk upgrade --update-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing vaultwarden
apk upgrade &>/dev/null
break
;;