Guest User

Untitled

a guest
Mar 19th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. cat > /Volumes/boot/wpa_supplicant.conf <<EOF
  2. country=JP
  3. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  4. update_config=1
  5. network={
  6. ssid="SSID"
  7. psk=YOUR_PSK
  8. }
  9. EOF
Add Comment
Please, Sign In to add comment