Update alpine-vaultwarden-v5-install.sh

This commit is contained in:
tteckster 2023-03-11 09:55:16 -05:00 committed by GitHub
parent e1f4f4b436
commit f58bde28c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"