There was an error while loading. Please reload this page.
1 parent b6ae9b3 commit 6d5fa10Copy full SHA for 6d5fa10
1 file changed
images/archlinux.yaml
@@ -236,6 +236,15 @@ packages:
236
- desktop-gnome
237
238
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
248
- trigger: post-unpack
249
action: |-
250
#!/bin/sh
0 commit comments