to-latest

This commit is contained in:
2023-07-27 15:58:00 +08:00
parent 33a672a5ea
commit 77279777b0
7 changed files with 39 additions and 29 deletions

View File

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