From 0042e6d3ac923923c8157ab2fb89418ae39cfdbd Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 07:33:45 -0600 Subject: [PATCH] 1748957625 --- installer3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer3.sh b/installer3.sh index 369643a..f223084 100644 --- a/installer3.sh +++ b/installer3.sh @@ -36,7 +36,7 @@ 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 +sudo apt purge bluetooth -y 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