1749855709

This commit is contained in:
2025-06-13 17:01:49 -06:00
parent 7e1c480525
commit 2af1734b78
+1
View File
@@ -60,6 +60,7 @@ if [ $grepconfig -eq 0 ]; then # if config exists, skip
echo "/boot/firmware/config.txt already updated, skipping..." echo "/boot/firmware/config.txt already updated, skipping..."
else else
# APPEND to /boot/firmware/config.txt # APPEND to /boot/firmware/config.txt
echo "Appending configs to /boot/firmware/config.txt"
sudo bash -c "cat $bootfirmwareconfig_new >> $bootfirmwareconfig" sudo bash -c "cat $bootfirmwareconfig_new >> $bootfirmwareconfig"
# pps and gpio uart # pps and gpio uart
# echo "Adding lines to /boot/firmware/config.txt to enable pps and gpio uart..." # echo "Adding lines to /boot/firmware/config.txt to enable pps and gpio uart..."