#!/usr/bin/env bash # Created by Tobias Powalowski build () { ### adding passwd file for correct shell add_file "/usr/share/archboot/installer_latest/etc/passwd" "/etc/passwd" } help () { cat <