#!/usr/bin/env bash # Created by Tobias Powalowski build () { map add_file "/etc/archboot/defaults" "/usr/lib/archboot/common.sh" \ "/usr/lib/archboot/container.sh" "/usr/bin/archboot-$(uname -m)-create-container.sh" add_file "/usr/bin/archboot-update-installer.sh" "/usr/bin/update-installer.sh" } help () { cat<