From 67cbcd6f1f55445a600517dd8b265e0e76d23e20 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 18:25:03 -0600 Subject: [PATCH] 1749860703 --- README.md | 2 +- installer_auto.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e303d30..0aca855 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/installer_auto.sh b/installer_auto.sh index b18ca91..2d57d2f 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -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