diff --git a/install/debian-install.sh b/install/debian-install.sh index fed6a8b..44bc8c9 100644 --- a/install/debian-install.sh +++ b/install/debian-install.sh @@ -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" \ No newline at end of file +msg_ok "Cleaned"