1748960237

This commit is contained in:
2025-06-03 08:17:17 -06:00
parent 5726db12f9
commit 7c290c191e
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -5,6 +5,8 @@ set -e
echo "Updating this repo..."
git pull 1>/dev/null
sudo rpi-update
# run da raspberry pi config script
sudo raspi-config
+2 -2
View File
@@ -36,11 +36,11 @@ sudo apt update 1>/dev/null 2>/dev/null
# clean up
echo "Disabling and removing unneeded junk..."
sudo systemctl disable bluetooth 1>/dev/null 2>/dev/null
sudo apt purge bluetooth -y 1>/dev/null 2>/dev/null
sudo apt purge -y bluetooth* usb* wireless* pci* fonts* build-essential bluez* alsa* 1>/dev/null 2>/dev/null
# install da packages
echo "Installing packages, this may take a while..."
sudo apt install telegraf grafana influxdb pps-tools gpsd gpsd-clients chrony syslog-ng gh lynx btop htop iptraf iotop neovim netcat-traditional -y 1>/dev/null 2>/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 2>/dev/null
# check if /boot/firmware/config.txt is configured yet
grep -q -e "GPS PPS signals" /boot/firmware/config.txt
+1
View File
@@ -32,6 +32,7 @@ sudo systemctl enable grafana-server 1>/dev/null
sudo systemctl enable telegraf 1>/dev/null
sudo systemctl enable grafana-server 1>/dev/null
sudo systemctl enable syslog-ng 1>/dev/null
sudo systemctl enable logrotate 1>/dev/null
# reboot rq
echo "Rebooting now!"