diff options
| author | Shulhan <ms@kilabit.info> | 2023-09-14 20:36:14 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-09-14 20:36:14 +0700 |
| commit | 0505be31b9673937fc435cb967d53be0b3b01083 (patch) | |
| tree | daba492523fa42284d576247fd571ec1bd3253e5 /sys/etc | |
| parent | 4f618008ba2f13d1c53c352a58ececc22e01b614 (diff) | |
| download | compute-archlinux-image-builder-0505be31b9673937fc435cb967d53be0b3b01083.tar.xz | |
all: install google-compute-engine-oslogin
This changes require reorder the repository, by moving build.kilabit.info
on top of gce, because the gce provides old version os oslogin, while
build.kilabit.info provides the latest one, 20230831.00 [1].
[1] https://build.kilabit.info/karajo/app/#job_aur_google-compute-engine-oslogin
Diffstat (limited to 'sys/etc')
| -rw-r--r-- | sys/etc/pacman.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/etc/pacman.conf b/sys/etc/pacman.conf index fc6f4f4..ccbcf80 100644 --- a/sys/etc/pacman.conf +++ b/sys/etc/pacman.conf @@ -96,9 +96,9 @@ Include = /etc/pacman.d/mirrorlist #SigLevel = Optional TrustAll #Server = file:///home/custompkgs +[build.kilabit.info] +Server = https://build.kilabit.info/aur + [gce] Server = https://storage.googleapis.com/arch-linux-gce/repo SigLevel = Optional TrustAll - -[build.kilabit.info] -Server = https://build.kilabit.info/aur |
