From baa1947eb7dbdbe95de70aafa40ba8d47ef87360 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 14 Oct 2025 03:30:15 -0600 Subject: [PATCH] testan a reboold --- installer3.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installer3.sh b/installer3.sh index e3d35c3..5921d0c 100644 --- a/installer3.sh +++ b/installer3.sh @@ -40,7 +40,7 @@ sudo apt update echo "Disabling unneeded junk..." sudo systemctl disable bluetooth sudo update-rc.d -f fake-hwclock remove -sudo systemctl disable fake-hwclock +# sudo systemctl disable fake-hwclock # install da packages echo "Installing packages, this may take a while..." @@ -79,6 +79,8 @@ sudo usermod -aG dialout gpsd sudo usermod -aG dialout _chrony sudo usermod -aG i2c _chrony sudo usermod -aG i2c gpsd +sudo usermod -aG tty _chrony +sudo usermod -aG tty gpsd # installing ble.sh echo "Installing BLE.sh"