From 72fbc2d6edec300a60672fa8cae17a73dd77efc9 Mon Sep 17 00:00:00 2001 From: rrole Date: Tue, 25 Nov 2025 13:25:53 +0100 Subject: [PATCH] Changed update and cleanup --- install/wanderer-install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install/wanderer-install.sh b/install/wanderer-install.sh index 7ac2f5dae..aa30543bf 100644 --- a/install/wanderer-install.sh +++ b/install/wanderer-install.sh @@ -18,8 +18,6 @@ mkdir -p "/opt/wanderer/data/pb_data" mkdir -p "/opt/wanderer/data/meili_data" msg_info "Installing dependencies" -$STD apt-get update -$STD apt-get upgrade $STD apt-get install --no-install-recommends -y \ git setup_go @@ -97,7 +95,5 @@ motd_ssh customize msg_info "Cleaning up" -$STD apt-get -y autoremove -$STD apt-get -y autoclean -$STD apt clean -y +cleanup_lxc msg_ok "Cleaned"