This commit is contained in:
CanbiZ 2025-03-20 19:50:06 +01:00 committed by GitHub
parent 93eccaf50d
commit c602463d61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,11 +12,10 @@ catch_errors
setting_up_container
network_check
update_os
install_core_deps
msg_info "Installing Dependencies"
$STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y python3
msg_ok "Installed Dependencies"
motd_ssh
@ -25,4 +24,4 @@ customize
msg_info "Cleaning up"
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleaned"
msg_ok "Cleaned"