diff --git a/Scripts/repo-all-editions.sh b/Scripts/repo-all-editions.sh old mode 100644 new mode 100755 index 6ec69cb..2083ea7 --- a/Scripts/repo-all-editions.sh +++ b/Scripts/repo-all-editions.sh @@ -1,12 +1,13 @@ #!/bin/bash -for f in ../manjaro; do +for f in ../manjaro/*; do if [ -d "$f" ]; then + cp user-repos.conf ../manjaro/"$f" fi done -for f in ../community; do +for f in ../community/*; do if [ -d "$f" ]; then cp user-repos.conf ../manjaro/"$f" fi diff --git a/community/user-repos.conf b/community/user-repos.conf new file mode 100644 index 0000000..f826bdd --- /dev/null +++ b/community/user-repos.conf @@ -0,0 +1,3 @@ +[mbp] +SigLevel = Optional TrustAll +Server = https://jacobpyke.xyz/archlinux/$repo/$arch diff --git a/manjaro/user-repos.conf b/manjaro/user-repos.conf new file mode 100644 index 0000000..f826bdd --- /dev/null +++ b/manjaro/user-repos.conf @@ -0,0 +1,3 @@ +[mbp] +SigLevel = Optional TrustAll +Server = https://jacobpyke.xyz/archlinux/$repo/$arch