From de0c5a3d32480edb5e6a29cbbf11f6e4b66f434d Mon Sep 17 00:00:00 2001 From: Muttahir Aon Syed Date: Tue, 8 Sep 2020 10:58:05 +0500 Subject: [PATCH] rsync suspension Temporarily suspending rysnc installation to make sure everything else installs till the repo issue is fixed --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index 3d9debdc4..ded7adadf 100755 --- a/install/install.py +++ b/install/install.py @@ -2258,7 +2258,7 @@ def main(): checks.install_unzip() checks.install_zip() - checks.install_rsync() + ## checks.install_rsync() checks.installFirewalld()