From 872eeffe2e9435163264160b7ac9b04af481650d Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:43:48 +0100 Subject: [PATCH] Remove cleanup commands from upgopher-install.sh Removed cleanup commands from the installation script. --- install/upgopher-install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/install/upgopher-install.sh b/install/upgopher-install.sh index 26a1ee6da..2f9acf8fe 100644 --- a/install/upgopher-install.sh +++ b/install/upgopher-install.sh @@ -44,9 +44,4 @@ msg_ok "Created Service" motd_ssh customize - -msg_info "Cleaning up" -$STD apt -y autoremove -$STD apt -y autoclean -$STD apt clean -y -msg_ok "Cleaned" +cleanup_lxc