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