#!/bin/bash pushd $(dirname $(realpath $0)) sudo apt install debootstrap systemd-container sudo file -y cp -vr src pkg bash build-pkg.sh pkg dpkg-deb -Z gzip -b pkg/ ./ popd