From de42167b35943a225ae97a28d6af75976be251b9 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 23 Sep 2019 20:55:52 -0400 Subject: [PATCH] remove cleanup --- installers/common.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index d8e3604..a0127a6 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -362,10 +362,6 @@ function optimize_php() { fi } -function clean_up () { - sudo apt-get -y autoremove -} - function install_complete() { install_log "Installation completed!" @@ -398,6 +394,5 @@ function install_raspap() { network_tables default_configuration patch_system_files - clean_up install_complete }