From b5068364eaa9620fa5102031d504b59074ed2e6e Mon Sep 17 00:00:00 2001 From: EthanZhu Date: Mon, 24 Jun 2024 12:44:08 +0800 Subject: [PATCH] Update install.sh --- ubuntu-debian/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-debian/install.sh b/ubuntu-debian/install.sh index 407cdce..6c21919 100644 --- a/ubuntu-debian/install.sh +++ b/ubuntu-debian/install.sh @@ -1,6 +1,6 @@ #!/bin/bash # 参考:https://coder.com/docs/code-server/install -# curl -sSf https://gitcode.net/cloudswave/code-server/-/raw/master/ubuntu-debian/install.sh | bash +# 一键安装命令: . <(curl -sSf https://gitcode.net/cloudswave/code-server/-/raw/master/ubuntu-debian/install.sh) CONFIG_FILE=~/.config/code-server/config.yaml echo -n "输入code-server版本(默认4.90.3): " -- GitLab