Fix: Add rsync to dependent package list (Arch)
This commit is contained in:
parent
04a03b93ee
commit
17bedf539f
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue