Files
Precision-Timekeeping-Fuckery/installer1.sh
T
2025-06-03 08:17:17 -06:00

15 lines
212 B
Bash

#!/bin/bash
set -e
# updoot this
echo "Updating this repo..."
git pull 1>/dev/null
sudo rpi-update
# run da raspberry pi config script
sudo raspi-config
echo "Rebooting now!"
sudo reboot
# sudo shutdown -r +5