From 1e38941f4c46cef39777d9614aec0ebf4a1648df Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 05:53:09 -0600 Subject: [PATCH] 1748951590 --- installer2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer2.sh b/installer2.sh index 756e4c1..b6a4615 100644 --- a/installer2.sh +++ b/installer2.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +# set -e # grafana repo and install echo "Add Grafana repo" @@ -31,7 +31,7 @@ echo "Getting new software lists" sudo apt update echo "Installing packages" -sudo apt install telegraf grafana influxdb pps-tools gpsd gpsd-clients chrony syslog-ng gh lynx btop htop iptraf iotop neovim -y 2>/dev/null +sudo apt install telegraf grafana influxdb pps-tools gpsd gpsd-clients chrony syslog-ng gh lynx btop htop iptraf iotop neovim -y # check if /boot/firmware/config.txt is configured yet grep -q -e "GPS PPS signals" /boot/firmware/config.txt