diff options
Diffstat (limited to 'workstation')
| m--------- | workstation/arch-container-builder | 0 | ||||
| -rwxr-xr-x | workstation/build_workstation | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/workstation/arch-container-builder b/workstation/arch-container-builder new file mode 160000 +Subproject 5c6826ea04dc282bf7a820da55238c6c3cb3038 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 +) |
