From 18db8ec941a0573e96446321ccb66975719884b8 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 6 May 2023 21:24:18 +0200 Subject: Draft workstation build --- workstation/build_workstation | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 workstation/build_workstation (limited to 'workstation/build_workstation') 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 +) -- cgit v1.2.3