Fixed README

This commit is contained in:
Logan G 2020-08-17 20:31:41 -06:00
parent ee2a9b87e3
commit 9ef18614cc
Signed by: logan
GPG key ID: E328528C921E7A7A
2 changed files with 6 additions and 6 deletions

View file

@ -28,11 +28,11 @@ TODO
2. Open a terminal and navigate to where you downloaded the image file. 2. Open a terminal and navigate to where you downloaded the image file.
3. Ensure that xz is installed on your computer. 3. Ensure that xz is installed on your computer.
| **OS** | **Command** | | **OS** | **Command** |
|---------------|------------------------| |---------------|------------------------|
| Ubuntu/Debian | `apt install xz-utils` | | Ubuntu/Debian | `apt install xz-utils` |
| Arch/Manjaro | `pacman -S xz` | | Arch/Manjaro | `pacman -S xz` |
| Mac OS | `brew install xz` | | Mac OS | `brew install xz` |
4. Run `xz -d -c IMAGE_NAME.img.xz | sudo dd of=/dev/sdX`, replacing IMAGE\_NAME and /dev/sdX with the appropriate paths, and adding flags per your preferences. 4. Run `xz -d -c IMAGE_NAME.img.xz | sudo dd of=/dev/sdX`, replacing IMAGE\_NAME and /dev/sdX with the appropriate paths, and adding flags per your preferences.

View file

@ -1,4 +1,4 @@
IMG_SUFFIX="-lite" IMG_SUFFIX=""
if [ "${USE_QEMU}" = "1" ]; then if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu" export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi fi