From c602463d61e372ba6da84589a9ff8ac54e4d5df2 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 20 Mar 2025 19:50:06 +0100 Subject: [PATCH] Test --- install/debian-install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"