mirror of https://github.com/tteck/Proxmox.git
lxc-forgejo: Enable --yes for 'apt-get' cleanup commands
This commit is contained in:
parent
2a4097d663
commit
d8c38c40c8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue