diff options
| author | alex <alex@pdp7.net> | 2023-05-06 21:24:18 +0200 |
|---|---|---|
| committer | Alex Corcoles <alex@corcoles.net> | 2023-05-06 19:36:36 +0000 |
| commit | 18db8ec941a0573e96446321ccb66975719884b8 (patch) | |
| tree | d927b16f998c7d5dd24cbea6e6aca0e52256fae6 /workstation/build_workstation | |
| parent | 0e403bdfae5a37ccdd92d3c3afe35fe66ea5bf65 (diff) | |
Draft workstation build
Diffstat (limited to 'workstation/build_workstation')
| -rwxr-xr-x | workstation/build_workstation | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/workstation/build_workstation b/workstation/build_workstation new file mode 100755 index 00000000..101401ab --- /dev/null +++ b/workstation/build_workstation @@ -0,0 +1,17 @@ +#!/bin/sh + +set -ue + +( + cd arch-container-builder/ + ./builder.py \ + --package ansible \ + --package kubectl \ + --package emacs-nox \ + --package tanka \ + --package puppet \ + --package sshpass \ + --package git \ + --aur-package jsonnet-bundler-bin \ + workstation +) |
