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