aboutsummaryrefslogtreecommitdiff
path: root/scripts/hostclass/roadwarrior_laptop/30-roadwarrior
blob: f75685a857180964bad7cba77146ecb985694d5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Configure sudoers.
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