Add apt clean command to cleanup process

This commit is contained in:
Slaviša Arežina
2025-10-15 22:17:28 +02:00
committed by GitHub
parent 95373d4cc4
commit 68b8a00fd3

View File

@@ -100,6 +100,7 @@ EOF
rm -rf /opt/metube_bak
$STD apt -y autoremove
$STD apt -y autoclean
$STD apt -y clean
msg_ok "Cleaned Up"
msg_info "Starting Service"