Start using iwd (and stop using it when on cable)

This commit is contained in:
Felix Van der Jeugt 2019-11-04 20:20:04 +01:00
parent 332cb2e5c0
commit 769d68eeb4
No known key found for this signature in database
GPG Key ID: 58B209295023754D

View File

@ -12,6 +12,7 @@ sudo ip link set "$enp" address "$mac"
sudo ip link set "$enp" up sudo ip link set "$enp" up
# No more wireless # No more wireless
sudo sv stop /var/service/iwd
sudo ip link set "$wlp" down sudo ip link set "$wlp" down
# Restart tor on network change # Restart tor on network change