Update update add force_turbo if not present

beta-v1.3.1.1-config
Alan Johnston 2 years ago committed by GitHub
parent 622947da04
commit f667dda598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -212,6 +212,8 @@ git pull --no-rebase > .updated_p
FLAG=1
fi
if ! grep -q force_turbo=1 /boot/config.txt ; then sudo sh -c 'echo "force_turbo=1" >> /boot/config.txt'; fi
#if [ ! -f "/home/pi/CubeSatSim/telem_string.txt" ]; then
# sudo apt-get update && sudo apt-get dist-upgrade -y

Loading…
Cancel
Save

Powered by TurnKey Linux.