diff --git a/vm/ubuntu.sh b/vm/ubuntu.sh index 9c2861d5..d424acdf 100755 --- a/vm/ubuntu.sh +++ b/vm/ubuntu.sh @@ -126,6 +126,7 @@ install_rust() { curl --proto '=https' --tlsv1.2 -sSf https://rsproxy.cn/rustup-init.sh | sh # 此处需要回车 source "$HOME/.cargo/env" + # https://rsproxy.cn/#getStarted } install_frp() {