PrawnOS-nonfree/scripts/InstallScripts/wifi-test.sh
Hal Emmerich 758930ac0a Improve make instructions
make wifi-test grab newest image
2019-05-22 11:49:08 -05:00

10 lines
261 B
Bash

#! /bin/bash
#Connect to wifi
wpa_passphrase PotatoMuncher gimmethosetots > wpa.conf
wpa_supplicant -i wlan0 -c wpa.conf &
dhclient wlan0
#download the debian image
wget https://cdimage.debian.org/debian-cd/current/armhf/iso-dvd/debian-9.9.0-armhf-DVD-1.iso