From b3e6cf0a6b4af20be61550b0a831c33033c7f873 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 18 Dec 2024 12:59:23 +0900 Subject: [PATCH] fwefw --- Build/CI/install-env.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Build/CI/install-env.sh b/Build/CI/install-env.sh index 9b4a64576..3ff2d93ad 100755 --- a/Build/CI/install-env.sh +++ b/Build/CI/install-env.sh @@ -1,10 +1,10 @@ #!/bin/bash -whereis dotnet sudo apt remove --purge dotnet* sudo apt remove --purge aspnetcore* -rm -rf /usr/lib/dotnet -sudo ln "$HOME/.dotnet/dotnet" /usr/lib/dotnet + +rm -f /usr/bin/dotnet +sudo ln "$HOME/.dotnet/dotnet" /usr/bin/dotnet wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh