diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-03 03:01:55 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-30 01:44:38 +0700 |
| commit | 6be2b52c31ad996e260eef68044ff1bced922d9c (patch) | |
| tree | 4cc85610b1e50aa134d7fefbabe37b1acb1bc0e7 /build-arch-gce | |
| parent | 47197aebab856e44ad78061d0bc7bc9f5ca91a9c (diff) | |
| download | compute-archlinux-image-builder-6be2b52c31ad996e260eef68044ff1bced922d9c.tar.xz | |
all: install common admin and remote tools
The common admin and remote tools are vim-minimal, tmux, mosh, rsync,
and unzip.
Diffstat (limited to 'build-arch-gce')
| -rwxr-xr-x | build-arch-gce | 3 |
1 files changed, 2 insertions, 1 deletions
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.' |
