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

19 lines
333 B
Bash

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