amber-ce-bookworm/debian-build.sh
2025-06-07 10:59:02 +08:00

7 lines
173 B
Bash
Executable File

#!/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