1749860703

This commit is contained in:
2025-06-13 18:25:03 -06:00
parent 5320b4e4cd
commit 67cbcd6f1f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
## Setup
### Requirements
1. Raspberry Pi with
1. Raspberry Pi OS Installed
1. Raspberry Pi OS Light Version Installed
2. SSH Access
3. sudo permissions
2. A timing specific GPS module, wired to the Raspberry Pi GPIOs:
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
# usage
## curl https://raw.githubusercontent.com/PrincessPi3/Precision-Timekeeping-Fuckery/refs/heads/main/installer_auto.sh | sudo $SHELL
set -e
# set -e
if [ ! -z $SUDO_USER ]; then
username=$SUDO_USER