1748951458

This commit is contained in:
2025-06-03 05:50:57 -06:00
parent 2f4c774659
commit e8f09b07ec
+2 -1
View File
@@ -25,13 +25,14 @@ if [ -f ./influxdata-archive.key ]; then
else else
echo "./influxdata-archive.key not found, skipping delete" echo "./influxdata-archive.key not found, skipping delete"
fi fi
fi
# install em # install em
echo "Getting new software lists" echo "Getting new software lists"
sudo apt update sudo apt update
echo "Installing packages" 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 # check if /boot/firmware/config.txt is configured yet
grep -q -e "GPS PPS signals" /boot/firmware/config.txt grep -q -e "GPS PPS signals" /boot/firmware/config.txt