Skip to content

Commit 6d5fa10

Browse files
committed
archlinux: Change the default mirror
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
1 parent b6ae9b3 commit 6d5fa10

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

images/archlinux.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,15 @@ packages:
236236
- desktop-gnome
237237

238238
actions:
239+
- trigger: post-unpack
240+
action: |-
241+
#!/bin/sh
242+
set -eux
243+
244+
echo 'Server = https://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist
245+
architectures:
246+
- x86_64
247+
239248
- trigger: post-unpack
240249
action: |-
241250
#!/bin/sh

0 commit comments

Comments
 (0)