mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
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
|
||||
)
|
||||
CONFIGS=(
|
||||
demo
|
||||
desktop
|
||||
)
|
||||
|
||||
@ -27,4 +28,6 @@ do
|
||||
done
|
||||
done
|
||||
|
||||
sync
|
||||
|
||||
echo "Finished copying configs (${CONFIGS[@]}) for archs (${ARCHS[@]})"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user