Remove cleanup commands from upgopher-install.sh

Removed cleanup commands from the installation script.
This commit is contained in:
Tobias 2025-11-17 10:43:48 +01:00 committed by GitHub
parent 7ce0006f8b
commit 872eeffe2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,9 +44,4 @@ msg_ok "Created Service"
motd_ssh motd_ssh
customize customize
cleanup_lxc
msg_info "Cleaning up"
$STD apt -y autoremove
$STD apt -y autoclean
$STD apt clean -y
msg_ok "Cleaned"