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
|
setting_up_container
|
||||||
network_check
|
network_check
|
||||||
update_os
|
update_os
|
||||||
default_packages
|
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
|
$STD apk add newt
|
||||||
|
$STD apk add curl
|
||||||
$STD apk add openssl
|
$STD apk add openssl
|
||||||
|
$STD apk add openssh
|
||||||
|
$STD apk add nano
|
||||||
|
$STD apk add mc
|
||||||
$STD apk add argon2
|
$STD apk add argon2
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue