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