commit 7c012d53582d13ee72c9eb564aad3946816326a4 parent 82080c8690cd0ec5a3d9af0bf81ecd5e83afcf70 Author: rob <rob@tarina.org> Date: Sat, 17 Nov 2018 14:16:32 +0200 remove bluetooth from starup, added wifi localization Diffstat:
A | extras/wifiset.sh | | | 3 | +++ |
M | install.sh | | | 14 | ++++++++------ |
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/extras/wifiset.sh b/extras/wifiset.sh @@ -0,0 +1,3 @@ +#!/bin/bash +echo 'fuck you nokia wifi' +sudo iw reg set FI diff --git a/install.sh b/install.sh @@ -161,12 +161,14 @@ cp extras/.vimrc /home/pi/.vimrc esac done -sudo apt-get -y install wicd wicd-curses -sudo apt-get -y purge dhcpcd5 plymouth - -sudo systemctl disable lightdm.service --force -sudo systemctl disable graphical.target --force -sudo systemctl disable plymouth.service --force +apt-get -y install wicd wicd-curses +apt-get -y purge dhcpcd5 plymouth + +systemctl disable lightdm.service --force +systemctl disable graphical.target --force +systemctl disable plymouth.service --force +systemctl disable bluetooth.service +systemctl disable hciuart.service while true; do read -p "Reboot into Tarina now? (y)es or (n)o?" yn