Merge branch 'fix-bootstrap-arch' into 'master'

Fix: Add rsync to dependent package list (Arch)

See merge request redox-os/redox!1441
This commit is contained in:
Jeremy Soller 2024-05-08 13:47:06 +00:00
commit 27fffe98fc

View file

@ -350,7 +350,8 @@ archLinux()
doxygen \ doxygen \
lua \ lua \
ant \ ant \
protobuf" protobuf \
rsync"
if [ "$1" == "qemu" ]; then if [ "$1" == "qemu" ]; then
packages="$packages qemu" packages="$packages qemu"