Skip to content

Commit

Permalink
fwefw
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 18, 2024
1 parent 03caf63 commit b3e6cf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build/CI/install-env.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b3e6cf0

Please sign in to comment.