This commit is contained in:
2025-06-07 10:59:02 +08:00
parent 51b30d0ef7
commit 3fa34672ca
11 changed files with 83 additions and 20 deletions

7
debian-build.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/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