From a1bb7479c1e5a571add753445e56119207112f49 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 05:54:35 -0600 Subject: [PATCH] 1748951675 --- installer2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer2.sh b/installer2.sh index b6a4615..cfeefcb 100644 --- a/installer2.sh +++ b/installer2.sh @@ -56,7 +56,7 @@ gerppps=$? if [ $gerppps -eq 0 ]; then echo "pps-gpio already in /etc/modules, skipping" else - echo "Adding pps-gpio to modules" + echo "Adding pps-gpio to /etc/modules" sudo bash -c "echo 'pps-gpio' >> /etc/modules" fi