Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sec committed Nov 13, 2024
1 parent 123b98d commit ea99f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsd_dotnet_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ else
setenv ARCH x64
endif

sed -i '' -e "s/linux-$ARCH/freebsd-$ARCH/g" $2/.dotnet/sdk/9.0.100-rc.1.24452.12/Microsoft.NETCoreSdk.BundledVersions.props
sed -i '' -e "s/linux-$ARCH/freebsd-$ARCH/g" $2/.dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.NETCoreSdk.BundledVersions.props

echo 'exit 0' > $2/.dotnet/dotnet-install.sh

0 comments on commit ea99f8e

Please sign in to comment.