Update unifi-install.sh

This commit is contained in:
tteckster 2022-08-04 08:25:12 -04:00 committed by GitHub
parent c24dec5b01
commit 4542b2dd88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ msg_ok "Customized Container"
fi fi
msg_info "Cleaning up" msg_info "Cleaning up"
apt-get autoremove >/dev/null #apt-get autoremove >/dev/null
apt-get autoclean >/dev/null #apt-get autoclean >/dev/null
rm -rf /var/{cache,log}/* /var/lib/apt/lists/* rm -rf /var/{cache,log}/* /var/lib/apt/lists/*
msg_ok "Cleaned" msg_ok "Cleaned"