Go to advanced search

by renatoargh
Tue Dec 27, 2016 12:33 am
Forum: Beginners
Topic: Load wifi settings from USB flash drive
Replies: 3
Views: 1444

Re: Load wifi settings from USB flash drive

Hey! I have just followed your suggestion and came up with this script (enhancements needed) sudo mount /dev/sda1 /media/usb -o uid=pi,gid=pi if [ -f /media/usb/interfaces ] then if cmp --silent /media/usb/interfaces /etc/network/interfaces then echo " " else sudo cp /media/usb/interfaces /etc/netwo...

Go to advanced search