From 16e65aa4a47dc984ffd5d8a463e32aec9b02c8df Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 23 Feb 2021 17:50:37 +0000 Subject: [PATCH] Add arch zfs repo --- files/pacman.conf | 14 +++++++++++++- tasks/packages.yml | 1 + 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/files/pacman.conf b/files/pacman.conf index acb64b4..7191fa9 100644 --- a/files/pacman.conf +++ b/files/pacman.conf @@ -95,4 +95,16 @@ Server = https://download.sublimetext.com/arch/stable/x86_64 Server = https://www.mirrorservice.org/sites/mirror.archstrike.org/$arch/$repo [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 diff --git a/tasks/packages.yml b/tasks/packages.yml index 99d97c9..7732cf7 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -12,6 +12,7 @@ loop: - 8A8F901A # Sublime Text - 9D5F1C051D146843CDA4858BDE64825E7CBC0D51 # ArchStrike + - DDF7DB817396A49B2A2723F7403BD972F75D9D76 # archzfs when: item not in repo_keys.stdout - name: Install pacman config