diff --git a/installer3.sh b/installer3.sh index 8332771..90b5af2 100644 --- a/installer3.sh +++ b/installer3.sh @@ -34,13 +34,15 @@ echo "Getting new software lists..." sudo apt update 1>/dev/null 2>/dev/null # clean up -echo "Disabling and removing unneeded junk..." +echo "Disabling unneeded junk..." sudo systemctl disable bluetooth 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 + +echo "Purging unneeded junk..." +sudo apt purge -y bluetooth* usb* wireless* pci* fonts* build-essential bluez* alsa* 1>/dev/null # 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 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 # check if /boot/firmware/config.txt is configured yet grep -q -e "GPS PPS signals" /boot/firmware/config.txt