From 35f5e93e9fba9156d91326aee85bf9874dd1a71e Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:09:26 +0800 Subject: [PATCH] Update lxd_lxc.md --- docs/en_US/guide/lxd_lxc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en_US/guide/lxd_lxc.md b/docs/en_US/guide/lxd_lxc.md index 98d7c005c6..1186a45885 100644 --- a/docs/en_US/guide/lxd_lxc.md +++ b/docs/en_US/guide/lxd_lxc.md @@ -267,6 +267,7 @@ wget https://raw.githubusercontent.com/spiritLHLS/lxd/main/scripts/config.sh -O wget https://raw.githubusercontent.com/spiritLHLS/lxd/main/scripts/ssh_bash.sh -O /usr/local/bin/ssh_bash.sh && chmod +x /usr/local/bin/ssh_bash.sh wget https://raw.githubusercontent.com/spiritLHLS/lxd/main/scripts/ssh_sh.sh -O /usr/local/bin/ssh_sh.sh && chmod +x /usr/local/bin/ssh_sh.sh wget https://raw.githubusercontent.com/spiritLHLS/lxd/main/scripts/build_ipv6_network.sh -O /root/build_ipv6_network.sh && chmod +x /root/build_ipv6_network.sh +wget https://raw.githubusercontent.com/spiritLHLS/lxd/main/scripts/buildone.sh -O /root/buildone.sh && chmod +x /root/buildone.sh ``` Just download the other one-click scripts yourself.