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
|
clear
|
||||||
echo -e "${fgred}Update Vaultwarden${normal}"
|
echo -e "${fgred}Update Vaultwarden${normal}"
|
||||||
apk update &>/dev/null
|
apk update &>/dev/null
|
||||||
apk upgrade --update-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing vaultwarden
|
apk upgrade &>/dev/null
|
||||||
|
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue