From 05393a2dd3686bcdacba4c46089bc2b0dfc79495 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 07:31:43 -0600 Subject: [PATCH] 1748957503 --- README.md | 4 ++-- installer3.sh | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1a9650..c08e2af 100644 --- a/README.md +++ b/README.md @@ -137,9 +137,9 @@ Upload ~/Garfana-Visualization.json to create dashboard * syslog-ng * u-blox software * modules - * chipset + * chipsets * datasheet - * specific board + * specific boards * datasheet **known bugs** diff --git a/installer3.sh b/installer3.sh index 621f711..369643a 100644 --- a/installer3.sh +++ b/installer3.sh @@ -33,6 +33,11 @@ fi echo "Getting new software lists..." 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 1>/dev/null 2>/dev/null + 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/nul