1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
#!/bin/sh set -ue ( cd arch-container-builder/ ./builder.py \ --package ansible \ --package kubectl \ --package emacs-nox \ --package puppet \ --package sshpass \ --package git \ --package rust \ --package ipython \ --package python-pip \ --package python-pipx \ --package python-poetry \ --package certbot \ --package bitwarden-cli \ workstation )