Files
Precision-Timekeeping-Fuckery/installer1.sh
T
2025-06-03 06:28:31 -06:00

11 lines
181 B
Bash

#!/bin/bash
# updoot this
echo "Updating this repo"
git pull
# run da raspberry pi config script
sudo raspi-config
echo "Rebooting in 5 minutes"
# sudo reboot
$sudo shutdown -r +5