Update README with Debian 12 initialization script

Added a note about a script for initializing Debian 12 environment.
This commit is contained in:
2025-10-18 18:43:26 +08:00
committed by GitHub
parent 40041659f7
commit 9afd2ab28a

View File

@@ -11,3 +11,7 @@ bash <(curl -sSL https://raw.githubusercontent.com/xzx3344521/dock/refs/heads/ma
``` ```
bash <(curl -sSL https://raw.githubusercontent.com/xzx3344521/dock/refs/heads/main/dock.sh) -u bash <(curl -sSL https://raw.githubusercontent.com/xzx3344521/dock/refs/heads/main/dock.sh) -u
``` ```
最近配置linux debian12的实验环境配的好痛苦所以想到写一个脚本来初始化
```
bash <(curl -sSL https://raw.githubusercontent.com/xzx3344521/dock/refs/heads/main/1.sh)
```