lxc-forgejo: Enable --yes for 'apt-get' cleanup commands

This commit is contained in:
barremian 2024-05-30 05:57:55 +02:00
parent 2a4097d663
commit d8c38c40c8
No known key found for this signature in database
GPG key ID: 96E431287CDD3E4A

View file

@ -64,6 +64,6 @@ motd_ssh
customize
msg_info "Cleaning up"
$STD apt-get autoremove
$STD apt-get autoclean
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleaned"