mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-07-15 01:52:24 +08:00
add-build-container
This commit is contained in:
parent
77279777b0
commit
07885b9077
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
if [ `which debootstrap` = "" ];then
|
||||||
|
echo "Need to install debootstrap!"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd "`dirname $0`"
|
||||||
|
sudo debootstrap bookworm ./bookworm-env https://mirrors.ustc.edu.cn/debian/
|
||||||
|
tar -cJvf bookworm-env.tar.xz bookworm-env/*
|
||||||
|
sudo rm -rf bookworm-env
|
Loading…
x
Reference in New Issue
Block a user