Update alpine-vaultwarden-v5.sh
change update
This commit is contained in:
parent
f58bde28c8
commit
9bfbb57f11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue