I downloaded the latest image for my Raspberry Pi Zero and it started causing problems when trying to unzip it, its happened to me before but I thought Id make a post about it to avoid other search the net for hours before finding a solution.
I downloaded the following image.
1 |
2017-11-29-raspbian-stretch.zip |
When I tried to unzip it, it was renamed to this
1 |
2017-11-29-raspbian-stretch.zip.cpgz |
Then I tried to double click on that and it was renamed to this.
1 |
2017-11-29-raspbian-stretch 2.zip |
So I realized I was going nowhere. The fix for this problem is listed below, fire up the terminal and execute the following command.
1 |
tar xzvf 2017-11-29-raspbian-stretch.zip |
Done, enjoy.