When I first ran the installation script on my Ubuntu 18.04 desktop, the wget command downloaded the archive to master (not master.zip), so the following unzip command did not find the file. As a result, I ended up with an empty grub theme directory.
This PR adds a few checks to make sure that the archive is successfully downloaded and extracted before installing the theme.
When I first ran the installation script on my Ubuntu 18.04 desktop, the
wget
command downloaded the archive tomaster
(notmaster.zip
), so the followingunzip
command did not find the file. As a result, I ended up with an empty grub theme directory.This PR adds a few checks to make sure that the archive is successfully downloaded and extracted before installing the theme.