1748962336

This commit is contained in:
2025-06-03 08:52:16 -06:00
parent 044ef321cc
commit 91f9169fb7
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -1,6 +1,16 @@
#!/bin/bash
set -e
sudo apt update
# updoot
echo "Updating software lists..."
sudo apt update 1>/dev/null
echo "Installing utils..."
sudo apt install raspi-utils 1>/dev/null
sudo apt install "raspi*" 1>/dev/null
# updoot this
echo "Updating this repo..."
git pull 1>/dev/null 2>/dev/null
+1 -1
View File
@@ -42,7 +42,7 @@ sudo apt purge -y bluetooth* usb* wireless* pci* fonts* build-essential bluez* a
# install da packages
echo "Installing packages, this may take a while..."
sudo apt install -y telegraf grafana influxdb pps-tools gpsd gpsd-clients chrony syslog-ng gh lynx btop htop iptraf iotop neovim netcat-traditional raspi-utils raspi* 1>/dev/null
sudo apt install -y telegraf grafana influxdb pps-tools gpsd gpsd-clients chrony syslog-ng gh lynx btop htop iptraf iotop neovim netcat-traditional 1>/dev/null
# check if /boot/firmware/config.txt is configured yet
grep -q -e "GPS PPS signals" /boot/firmware/config.txt