Try to unzip the new Raspberry Pi Jessie image and fell onto the following error.
1 |
warning [2017-01-11-raspbian-jessie.zip]: 76 extra bytes at beginning or within zipfile |
When trying to unzip using the GUI, it unzipped the file and created another one with a weird extension.
The fix? Using tar from the command line.
1 |
tar xzvf 2017-01-11-raspbian-jessie.zip |