aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-arch-gce2
-rw-r--r--sys/etc/pacman.conf6
2 files changed, 4 insertions, 4 deletions
diff --git a/build-arch-gce b/build-arch-gce
index cd40436..70c634c 100755
--- a/build-arch-gce
+++ b/build-arch-gce
@@ -73,7 +73,7 @@ echo '- Installing Arch Linux.'
pacstrap -c -C "./sys/etc/pacman.conf" -- "$mount_dir" \
base linux dosfstools e2fsprogs dhclient openssh sudo google-compute-engine \
vim-minimal tmux mosh rsync unzip \
- google-cloud-ops-agent-git
+ google-cloud-ops-agent-git google-compute-engine-oslogin
cp -f ./sys/etc/pacman.conf "$mount_dir/etc/pacman.conf"
echo '- Configuring fstab.'
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