Add arch zfs repo
This commit is contained in:
parent
5bf155c03c
commit
16e65aa4a4
2 changed files with 14 additions and 1 deletions
|
@ -95,4 +95,16 @@ Server = https://download.sublimetext.com/arch/stable/x86_64
|
||||||
Server = https://www.mirrorservice.org/sites/mirror.archstrike.org/$arch/$repo
|
Server = https://www.mirrorservice.org/sites/mirror.archstrike.org/$arch/$repo
|
||||||
|
|
||||||
[quarry]
|
[quarry]
|
||||||
Server = http://pkgbuild.com/~anatolik/quarry/x86_64/
|
Server = https://pkgbuild.com/~anatolik/quarry/x86_64/
|
||||||
|
|
||||||
|
[archzfs]
|
||||||
|
# Origin Server - France
|
||||||
|
Server = http://archzfs.com/$repo/x86_64
|
||||||
|
# Mirror - Germany
|
||||||
|
Server = http://mirror.sum7.eu/archlinux/archzfs/$repo/x86_64
|
||||||
|
# Mirror - Germany
|
||||||
|
Server = https://mirror.biocrafting.net/archlinux/archzfs/$repo/x86_64
|
||||||
|
# Mirror - India
|
||||||
|
Server = https://mirror.in.themindsmaze.com/archzfs/$repo/x86_64
|
||||||
|
# Mirror - US
|
||||||
|
Server = https://zxcvfdsa.com/archzfs/$repo/$arch
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
loop:
|
loop:
|
||||||
- 8A8F901A # Sublime Text
|
- 8A8F901A # Sublime Text
|
||||||
- 9D5F1C051D146843CDA4858BDE64825E7CBC0D51 # ArchStrike
|
- 9D5F1C051D146843CDA4858BDE64825E7CBC0D51 # ArchStrike
|
||||||
|
- DDF7DB817396A49B2A2723F7403BD972F75D9D76 # archzfs
|
||||||
when: item not in repo_keys.stdout
|
when: item not in repo_keys.stdout
|
||||||
|
|
||||||
- name: Install pacman config
|
- name: Install pacman config
|
||||||
|
|
Loading…
Reference in a new issue