scripts/ventoy.sh: also build and copy demo config, sync after finishing
This commit is contained in:
parent
6c5658e140
commit
3d14903793
|
@ -7,6 +7,7 @@ ARCHS=(
|
||||||
x86_64
|
x86_64
|
||||||
)
|
)
|
||||||
CONFIGS=(
|
CONFIGS=(
|
||||||
|
demo
|
||||||
desktop
|
desktop
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -27,4 +28,6 @@ do
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
sync
|
||||||
|
|
||||||
echo "Finished copying configs (${CONFIGS[@]}) for archs (${ARCHS[@]})"
|
echo "Finished copying configs (${CONFIGS[@]}) for archs (${ARCHS[@]})"
|
||||||
|
|
Loading…
Reference in a new issue