1748946072

This commit is contained in:
2025-06-03 04:21:12 -06:00
parent f381474fe3
commit e5fed3b086
3 changed files with 9 additions and 6 deletions
+8 -1
View File
@@ -1,2 +1,9 @@
#!/bin/bash
sudo raspi-config
# updoot this
echo "Updating this repo"
git pull
sudo raspi-config
echo "Rebooting in 5 minutes"
sudo shutdown -r +5
-4
View File
@@ -1,10 +1,6 @@
#!/bin/bash
set -e
# updoot this
echo "Updating this repo"
git pull
# updoot
echo "Updating software lists"
sudo apt update
+1 -1
View File
@@ -48,7 +48,7 @@ else
sudo bash -c "echo '# the next 3 lines are for GPS PPS signals' >> /boot/firmware/config.txt"
sudo bash -c "echo 'dtoverlay=pps-gpio,gpiopin=18' >> /boot/firmware/config.txt"
sudo bash -c "echo 'enable_uart=1' >> /boot/firmware/config.txt"
` sudo bash -c "echo 'init_uart_baud=115200' >> /boot/firmware/config.txt" # set baudrate here to
sudo bash -c "echo 'init_uart_baud=115200' >> /boot/firmware/config.txt" # set baudrate here to
fi
# add pps-gpio to modules