From 1fd2d20a0313496aa2b48921b942a2c7e48c7f5f Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Fri, 4 Aug 2023 15:57:33 +0800 Subject: [PATCH] Update pve_lxc.md --- docs/guide/pve_lxc.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/guide/pve_lxc.md b/docs/guide/pve_lxc.md index 897fa5f6ad..9b44d8f40e 100644 --- a/docs/guide/pve_lxc.md +++ b/docs/guide/pve_lxc.md @@ -24,6 +24,10 @@ outline: deep - 容器的相关信息将会存储到对应的容器的NOTE中,可在WEB端查看 - 如果宿主机自带IPV6子网将自动附加上IPV6网络,但无公网IPV6地址 +### 使用方法 + +下载脚本 + 国际 ```shell @@ -36,8 +40,6 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/buildct.sh curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/buildct.sh -o buildct.sh && chmod +x buildct.sh ``` -### 使用方法 - * 系统支持: - debian10,debian11 - ubuntu18,ubuntu20,ubuntu22