removed old code from myself with "default_packages"

sry for that :)
pull/1313/head
nicedevil007 2 years ago committed by GitHub
parent d787bbb453
commit 4a5b569b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      install/alpine-vaultwarden-install.sh

@ -12,10 +12,14 @@ catch_errors
setting_up_container
network_check
update_os
default_packages
msg_info "Installing Dependencies"
$STD apk add newt
$STD apk add curl
$STD apk add openssl
$STD apk add openssh
$STD apk add nano
$STD apk add mc
$STD apk add argon2
msg_ok "Installed Dependencies"

Loading…
Cancel
Save