From cc3b11dd8cb458beae133de36c4ccfa171e079de Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 16 Feb 2025 01:11:08 +0800 Subject: [PATCH] remove --no-cdn since its obsolute --- qinglong/DefaultTasks/bili_task_base.sh | 2 +- qinglong/DefaultTasks/dev/bili_dev_task_base.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qinglong/DefaultTasks/bili_task_base.sh b/qinglong/DefaultTasks/bili_task_base.sh index a3154fd98..f471a1ad8 100644 --- a/qinglong/DefaultTasks/bili_task_base.sh +++ b/qinglong/DefaultTasks/bili_task_base.sh @@ -321,7 +321,7 @@ install_dotnet_by_script() { eval $invocation say "再尝试使用官方脚本安装" - curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 8.0 --no-cdn --verbose + curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 8.0 --verbose say "添加到PATH" local exportFile="/root/.bashrc" diff --git a/qinglong/DefaultTasks/dev/bili_dev_task_base.sh b/qinglong/DefaultTasks/dev/bili_dev_task_base.sh index 0332f0c3f..359122747 100644 --- a/qinglong/DefaultTasks/dev/bili_dev_task_base.sh +++ b/qinglong/DefaultTasks/dev/bili_dev_task_base.sh @@ -321,7 +321,7 @@ install_dotnet_by_script() { eval $invocation say "再尝试使用官方脚本安装" - curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 8.0 --no-cdn --verbose + curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 8.0 --verbose say "添加到PATH" local exportFile="/root/.bashrc"