From e8f09b07ec3be59f27cfc7d7592473e3956bb248 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 05:50:57 -0600 Subject: [PATCH] 1748951458 --- installer2.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer2.sh b/installer2.sh index b64665c..a15286e 100644 --- a/installer2.sh +++ b/installer2.sh @@ -25,13 +25,14 @@ if [ -f ./influxdata-archive.key ]; then else echo "./influxdata-archive.key not found, skipping delete" fi +fi # install em 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 iotp neovim -y +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