summarylogtreecommitdiffstats
path: root/dotnet.sh
diff options
context:
space:
mode:
authorFlorian Maunier2020-06-22 11:12:14 +0200
committerFlorian Maunier2020-06-22 11:12:48 +0200
commit3c2f126b07ba51288434efb2d64607e38d315147 (patch)
tree59ad1a06822df2482cfcdfa704d0a415d56dfff3 /dotnet.sh
parente9ba699cdd689b57ea1b328d0569f9d77e132ee5 (diff)
downloadaur-3c2f126b07ba51288434efb2d64607e38d315147.tar.gz
Update paths and exclude NETStandard to allow simultaneous install with 3.1
Diffstat (limited to 'dotnet.sh')
-rwxr-xr-xdotnet.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/dotnet.sh b/dotnet.sh
index 3e90896cdfd8..bea68a5ea98b 100755
--- a/dotnet.sh
+++ b/dotnet.sh
@@ -1,6 +1,4 @@
#!/bin/sh
-export DOTNET_ROOT=/opt/dotnet
-exec /opt/dotnet/dotnet "$@"
-
-# vim: ts=2 sw=2 et:
+export DOTNET_ROOT=/usr/share/dotnet
+exec /usr/share/dotnet/dotnet "$@" \ No newline at end of file