From 64c088f6326b8b39eec00bdc80dced78bb53c34c Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Wed, 10 Mar 2021 17:56:03 -0600 Subject: [PATCH] fix #229 --- build-a-pi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-a-pi b/build-a-pi index 2de368c..875a67a 100755 --- a/build-a-pi +++ b/build-a-pi @@ -561,7 +561,7 @@ done < $UTILITY #Remove temp files rm $BASE $ADDITIONAL $UTILITY $FLSUITE > /dev/null 2>&1 rm -rf $DIR > /dev/null 2>&1 -sudo apt -y autoremove > /dev/null 2>&1 +#sudo apt -y autoremove > /dev/null 2>&1 #restore crontab crontab $TEMPCRON