Remove cleanup commands from install script

Removed cleanup commands from the Infisical installation script.
This commit is contained in:
Slaviša Arežina
2025-11-06 22:15:32 +01:00
committed by GitHub
parent 9179cc8e58
commit 537ee52103

View File

@@ -68,9 +68,4 @@ msg_ok "Setup Infisical"
motd_ssh motd_ssh
customize customize
cleanup_lxc
msg_info "Cleaning up"
$STD apt -y autoremove
$STD apt -y autoclean
$STD apt -y clean
msg_ok "Cleaned"