mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-12-14 19:12:05 +08:00
8.4
This commit is contained in:
7
debian-build.sh
Executable file
7
debian-build.sh
Executable 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
|
||||
Reference in New Issue
Block a user