Fix typo in .zip command. Glob to avoid specfiy version.

This commit is contained in:
Andrew Smith 2017-04-08 11:49:00 +01:00 committed by GitHub
parent 32826f5b44
commit 949f51c7f6
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ Launch a raspbian image on qemu with network connectivity
git clone https://github.com/nachoparker/qemu-raspbian-network.git git clone https://github.com/nachoparker/qemu-raspbian-network.git
cd qemu-raspbian-network cd qemu-raspbian-network
wget https://downloads.raspberrypi.org/raspbian_lite_latest -O raspbian_lite_latest.zip wget https://downloads.raspberrypi.org/raspbian_lite_latest -O raspbian_lite_latest.zip
unzip rasbian_lite_latest.zip unzip raspbian_lite_latest.zip
sudo ./qemu-pi.sh 2017-01-11-raspbian-jessie-lite.img # correct to real name sudo ./qemu-pi.sh *-raspbian-jessie-lite.img
``` ```
See details on https://ownyourbits.com/2017/02/06/raspbian-on-qemu-with-network-access/ See details on https://ownyourbits.com/2017/02/06/raspbian-on-qemu-with-network-access/