mirror of https://github.com/tteck/Proxmox.git
removed old code from myself with "default_packages"
sry for that :)
This commit is contained in:
parent
d787bbb453
commit
4a5b569b22
|
@ -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"
|
||||
|
||||
|
@ -45,4 +49,4 @@ $STD rc-update add vaultwarden default
|
|||
msg_ok "Installed Alpine-Vaultwarden"
|
||||
|
||||
motd_ssh
|
||||
root
|
||||
root
|
||||
|
|
Loading…
Reference in New Issue