Fix: Add rsync to dependent package list (Arch)

This commit is contained in:
Forest0923 2024-05-08 19:52:07 +09:00
parent 04a03b93ee
commit 17bedf539f

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"