This commit is contained in:
2025-10-30 06:49:34 -06:00
parent bcabbed45c
commit 247e43eb30
+1 -1
View File
@@ -364,7 +364,7 @@ phase_four () {
# add pps-gpio to modules
if [ $gerppps -eq 0 ]; then
echo -e "\npps-gpio already in /etc/modules, skipping..n"
echo -e "\npps-gpio already in /etc/modules, skipping..\n"
else
echo -e "\nAdding pps-gpio to /etc/modules...\n"
sudo bash -c "echo pps-gpio >> /etc/modules"