diff --git a/docs/en_US/guide/lxd_lxc.md b/docs/en_US/guide/lxd_lxc.md index 6018b1f0ad..98d7c005c6 100644 --- a/docs/en_US/guide/lxd_lxc.md +++ b/docs/en_US/guide/lxd_lxc.md @@ -256,6 +256,7 @@ rm -rf /root/config.sh rm -rf /root/ssh_bash.sh rm -rf /root/buildone.sh rm -rf /root/add_more.sh +rm -rf /root/build_ipv6_network.sh ``` Download back the relevant configuration scripts for the new version @@ -265,6 +266,7 @@ wget https://raw.githubusercontent.com/spiritLHLS/lxd/main/scripts/check-dns.sh wget https://raw.githubusercontent.com/spiritLHLS/lxd/main/scripts/config.sh -O /usr/local/bin/config.sh && chmod +x /usr/local/bin/config.sh 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 ``` Just download the other one-click scripts yourself.