From 3b033997167c940c488bc3350027ab7a57fe0d50 Mon Sep 17 00:00:00 2001 From: SolidHal Date: Sun, 15 Dec 2019 22:13:49 -0800 Subject: [PATCH] Correct strech references to buster in build section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c414a24..ab35154 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Clone this Git repo. Build the `PrawnOS-...-.img` by running `sudo make image` -This has only been tested on a Debian stretch VM, and borrows some components from the host system to setup apt/debootstrap during the build process so I would recommend using a Debian Stretch VM to avoid any issues. +This has only been tested on a Debian Buster VM, and borrows some components from the host system to setup apt/debootstrap during the build process so I would recommend using a Debian Buster VM to avoid any issues. ## Write to a flash drive or SD card Write the 2GB image to a flash drive. Make sure to replace $USB_DEVICE with the desired target flash drive or SD card device. If you're not familiar with dd, check out Debian's