Merge branch 'smoothie-on-the-rocks-patch-1'

This commit is contained in:
Andrew David Wong 2021-12-22 01:42:10 -08:00
commit ee9057a765
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -371,6 +371,12 @@ In a Debian app qube, install `qemu-utils` and `unzip`:
sudo apt install qemu-utils unzip
```
In a Fedora app qube:
```
sudo dnf install qemu-img
```
Unzip VirtualBox zip file:
```