#! /bin/sh # krebs autoinstall script set -euf # see punanin docs function bailout() { exit 1 } function punani() { return 0 } function generate_config() { # $1 - [ -e $1 ] && exit 0 cat >$1 <