From 6be2b52c31ad996e260eef68044ff1bced922d9c Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 3 Jul 2022 03:01:55 +0700 Subject: all: install common admin and remote tools The common admin and remote tools are vim-minimal, tmux, mosh, rsync, and unzip. --- build-arch-gce | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build-arch-gce') diff --git a/build-arch-gce b/build-arch-gce index 1d96907..e52eef1 100755 --- a/build-arch-gce +++ b/build-arch-gce @@ -70,7 +70,8 @@ rsync -r /var/lib/pacman/sync/ $mount_dir/var/lib/pacman/sync/ echo '- Installing Arch Linux.' pacstrap -c -C "./sys/etc/pacman.conf" -- "$mount_dir" \ - base linux dosfstools e2fsprogs dhclient openssh sudo google-compute-engine + base linux dosfstools e2fsprogs dhclient openssh sudo google-compute-engine \ + vim-minimal tmux mosh rsync unzip cp -f ./sys/etc/pacman.conf "$mount_dir/etc/pacman.conf" echo '- Configuring fstab.' -- cgit v1.3