From 31c5c34bdfeb34cd68766cf06da59123798c3f9e Mon Sep 17 00:00:00 2001 From: binhex Date: Fri, 11 Jun 2021 14:20:58 +0100 Subject: [PATCH] force rsync install for reflector --- build/root/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/root/install.sh b/build/root/install.sh index 66e7620..e5078e7 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -24,6 +24,9 @@ fi # pacman packages #### +# hack - needs rsync for reflector +pacman -S rsync --noconfirm + # call pacman db and package updater script source upd.sh