mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2026-06-22 06:03:51 +08:00
8.4
This commit is contained in:
Executable
+7
@@ -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