From 6258eab3d963274fd27be21250c02340fe4fab69 Mon Sep 17 00:00:00 2001 From: JPyke3 Date: Thu, 10 Sep 2020 09:59:59 +1000 Subject: [PATCH] Fixed bash script formatting --- Scripts/repo-all-editions.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Scripts/repo-all-editions.sh b/Scripts/repo-all-editions.sh index 3be482c..6ec69cb 100644 --- a/Scripts/repo-all-editions.sh +++ b/Scripts/repo-all-editions.sh @@ -5,3 +5,9 @@ for f in ../manjaro; do cp user-repos.conf ../manjaro/"$f" fi done + +for f in ../community; do + if [ -d "$f" ]; then + cp user-repos.conf ../manjaro/"$f" + fi +done