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 diff --git a/changelog b/changelog index 87105ad..617bc0f 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ -version=3.0.6 +version=3.0.7 + +3.0.7 patch to fix flrig from not installing correctly https://github.com/km4ack/pi-build/issues/229 3.0.6 Remove Pulse audio install https://github.com/km4ack/pi-build/issues/186 Add Support for SSID with spaces Merge https://github.com/km4ack/pi-build/pull/184