add extra newline to end of config.txt in install script

fm-rx
Alan Johnston 2 years ago committed by GitHub
parent 3e332658cc
commit 337d6443b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -189,7 +189,7 @@ sudo raspi-config nonint do_legacy 0
sudo sh -c 'echo "\ndtoverlay=pwm,pin=18,func=2" >> /boot/config.txt' sudo sh -c 'echo "\ndtoverlay=pwm,pin=18,func=2" >> /boot/config.txt'
fi fi
sudo sed -i 's/force_turbo=1/#force_turbo=1/g' /boot/cohfig.txt sudo sh -c 'echo "\n" >> /boot/config.txt'
echo "Would you like to reboot to complete the installation (y/n)?" echo "Would you like to reboot to complete the installation (y/n)?"

Loading…
Cancel
Save

Powered by TurnKey Linux.