From 3d14903793deef4c28d17671f4aa933afb2f4fbe Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 9 Jun 2023 12:24:00 -0600 Subject: [PATCH] scripts/ventoy.sh: also build and copy demo config, sync after finishing --- scripts/ventoy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/ventoy.sh b/scripts/ventoy.sh index f206751..37f6e4d 100755 --- a/scripts/ventoy.sh +++ b/scripts/ventoy.sh @@ -7,6 +7,7 @@ ARCHS=( x86_64 ) CONFIGS=( + demo desktop ) @@ -27,4 +28,6 @@ do done done +sync + echo "Finished copying configs (${CONFIGS[@]}) for archs (${ARCHS[@]})"