From 851851e1de4324ae89875e2581758e5e5bcde6cf Mon Sep 17 00:00:00 2001 From: Meghthedev Date: Sun, 23 Jul 2023 10:29:17 +0530 Subject: [PATCH] setup: Install rsync * some custom roms require rsync in build, "error: rsync command not found", Installing this by default in the script fixes it --- setup/android_build_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/android_build_env.sh b/setup/android_build_env.sh index 3bc45dc0..f6f9fe57 100755 --- a/setup/android_build_env.sh +++ b/setup/android_build_env.sh @@ -42,7 +42,7 @@ sudo DEBIAN_FRONTEND=noninteractive \ maven ncftp ncurses-dev patch patchelf pkg-config pngcrush \ pngquant python2.7 python-all-dev re2c schedtool squashfs-tools subversion \ texinfo unzip w3m xsltproc zip zlib1g-dev lzip \ - libxml-simple-perl libswitch-perl apt-utils \ + libxml-simple-perl libswitch-perl apt-utils rsync \ ${PACKAGES} -y echo -e "Installing GitHub CLI"