mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 03:32:43 +00:00
elpa: Add gnu-devel and nongnu-devel
This commit is contained in:
parent
6197c02054
commit
9985e9b624
4
elpa.sh
4
elpa.sh
@ -16,6 +16,8 @@ UPSTREAMS=(
|
||||
"rsync://elpa.nongnu.org/nongnu/"
|
||||
"rsync://melpa.org/packages/"
|
||||
"rsync://stable.melpa.org/packages-stable/"
|
||||
"rsync://elpa.gnu.org/elpa-devel/"
|
||||
"rsync://elpa.nongnu.org/nongnu-devel/"
|
||||
)
|
||||
|
||||
REPOS=(
|
||||
@ -23,6 +25,8 @@ REPOS=(
|
||||
"nongnu"
|
||||
"melpa"
|
||||
"stable-melpa"
|
||||
"gnu-devel"
|
||||
"nongnu-devel"
|
||||
)
|
||||
|
||||
for I in ${!UPSTREAMS[@]}; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user