Changed update and cleanup

This commit is contained in:
rrole 2025-11-25 13:25:53 +01:00
parent b6965af5b3
commit 72fbc2d6ed

View File

@ -18,8 +18,6 @@ mkdir -p "/opt/wanderer/data/pb_data"
mkdir -p "/opt/wanderer/data/meili_data" mkdir -p "/opt/wanderer/data/meili_data"
msg_info "Installing dependencies" msg_info "Installing dependencies"
$STD apt-get update
$STD apt-get upgrade
$STD apt-get install --no-install-recommends -y \ $STD apt-get install --no-install-recommends -y \
git git
setup_go setup_go
@ -97,7 +95,5 @@ motd_ssh
customize customize
msg_info "Cleaning up" msg_info "Cleaning up"
$STD apt-get -y autoremove cleanup_lxc
$STD apt-get -y autoclean
$STD apt clean -y
msg_ok "Cleaned" msg_ok "Cleaned"