scripts/ventoy.sh: also build and copy demo config, sync after finishing

This commit is contained in:
Jeremy Soller 2023-06-09 12:24:00 -06:00
parent 6c5658e140
commit 3d14903793
No known key found for this signature in database
GPG key ID: DCFCA852D3906975

View file

@ -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[@]})"