add clean up function

pull/32/head
necro-nemesis 6 years ago
parent eb22cb7df9
commit 054ca9b1b0

@ -362,6 +362,10 @@ function optimize_php() {
fi
}
function clean_up () {
sudo apt-get -y autoremove
}
function install_complete() {
install_log "Installation completed!"
@ -395,5 +399,6 @@ function install_raspap() {
network_tables
default_configuration
patch_system_files
clean_up
install_complete
}

Loading…
Cancel
Save