updated cleanup with current omada version (#1365)

This commit is contained in:
Adam Maracz 2023-04-26 11:40:14 +02:00 committed by GitHub
parent 513049c50b
commit 5569d70398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ motd_ssh
root root
msg_info "Cleaning up" msg_info "Cleaning up"
rm -rf Omada_SDN_Controller_v5.9.9_Linux_x64.deb mongodb-org-server_3.6.23_amd64.deb rm -f Omada_SDN_Controller_v5.9.31_Linux_x64.deb mongodb-org-server_3.6.23_amd64.deb
$STD apt-get autoremove $STD apt-get autoremove
$STD apt-get autoclean $STD apt-get autoclean
msg_ok "Cleaned" msg_ok "Cleaned"