From baf40ccb124be270e0392ae553d00e8852bbfdc8 Mon Sep 17 00:00:00 2001 From: Alomerry Wu Date: Fri, 19 Jan 2024 03:23:59 +0800 Subject: [PATCH] chore: update --- vm/ubuntu.sh | 1 + 1 file changed, 1 insertion(+) 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() {