Skip to content

Commit

Permalink
remove --no-cdn since its obsolute
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ committed Feb 15, 2025
1 parent 514ccbe commit cc3b11d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qinglong/DefaultTasks/bili_task_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion qinglong/DefaultTasks/dev/bili_dev_task_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cc3b11d

Please sign in to comment.