mirror of https://github.com/tteck/Proxmox.git
Update alpine-vaultwarden-v5-install.sh
This commit is contained in:
parent
e1f4f4b436
commit
f58bde28c8
|
@ -93,7 +93,7 @@ set -e
|
|||
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
|
||||
|
||||
msg_info "Updating Container OS"
|
||||
$STD apk update -a
|
||||
$STD apk update
|
||||
$STD apk upgrade
|
||||
msg_ok "Updated Container OS"
|
||||
|
||||
|
|
Loading…
Reference in New Issue