diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-08-05 08:59:44 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-08-05 08:59:44 -0400 |
commit | d4be5bbc3682bb9d7f74db5592988ec0838b6138 (patch) | |
tree | 8bc57fd8281765bf403d1d7d7fc68c6b2dda3f04 /scripts | |
parent | 8e386dac954408cc64d1d0715d73dec7905f5771 (diff) | |
download | infrastructure-d4be5bbc3682bb9d7f74db5592988ec0838b6138.tar.gz |
autoconnect android usb tethering on laptops
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/hostclass/roadwarrior_laptop/30-roadwarrior | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/hostclass/roadwarrior_laptop/30-roadwarrior b/scripts/hostclass/roadwarrior_laptop/30-roadwarrior index 2cc0a3e..f75685a 100644 --- a/scripts/hostclass/roadwarrior_laptop/30-roadwarrior +++ b/scripts/hostclass/roadwarrior_laptop/30-roadwarrior @@ -4,3 +4,7 @@ install_file -m 0600 \ /usr/local/etc/sudoers \ /usr/local/etc/sudoers.d/networkmgr + +# Configure devd for Android USB tethering. +install_file -m 0644 /etc/devd/usb-tether.conf +service devd restart |