2019-02-27 20:20:11 +01:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
#Connect to wifi
|
|
|
|
wpa_passphrase PotatoMuncher gimmethosetots > wpa.conf
|
|
|
|
wpa_supplicant -i wlan0 -c wpa.conf &
|
|
|
|
dhclient wlan0
|
|
|
|
|
|
|
|
#download the debian image
|
2019-05-22 18:49:08 +02:00
|
|
|
wget https://cdimage.debian.org/debian-cd/current/armhf/iso-dvd/debian-9.9.0-armhf-DVD-1.iso
|