From e8f704f5cca7c00a12391d0c5944e2f71a69f20a Mon Sep 17 00:00:00 2001 From: josephernest Date: Wed, 10 Aug 2022 13:32:20 +0200 Subject: [PATCH] Update maker.sh --- isoimage/maker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isoimage/maker.sh b/isoimage/maker.sh index 0db0d8e..f2da71c 100644 --- a/isoimage/maker.sh +++ b/isoimage/maker.sh @@ -2,7 +2,7 @@ # The script takes a standard RaspiOS Lite image, installs SamplerBox on it, and creates a ready-to-use image. # Notes: # * this script works on Pi4 but not on Pi2 - tested 2022-08-09 -# * the process is quite long, ~ 1 hour on a Pi4 - for this reason, I usually start it from screen (screen -S maker, sudo ./maker.sh, CTRL A D to detach) +# * the process is quite long, 1 hr 40 min on a Pi4 - for this reason, I usually start it from screen (screen -S maker, sudo ./maker.sh, CTRL A D to detach) # # SamplerBox (https://www.samplerbox.org) # License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) (https://creativecommons.org/licenses/by-nc-sa/4.0/)