Set DOTNET_HOME correctly.
This commit is contained in:
parent
0348dffe26
commit
33ddbf8f4c
|
|
@ -53,8 +53,8 @@ else
|
||||||
# Need to set this variable because by default the install script
|
# Need to set this variable because by default the install script
|
||||||
# requires sudo
|
# requires sudo
|
||||||
export DOTNET_INSTALL_DIR=~/.dotnet
|
export DOTNET_INSTALL_DIR=~/.dotnet
|
||||||
export PATH=~/.dotnet/bin:$PATH
|
export PATH=$DOTNET_INSTALL_DIR/bin:$PATH
|
||||||
export DOTNET_HOME=DOTNET_INSTALL_DIR
|
export DOTNET_HOME=$DOTNET_INSTALL_DIR/share/dotnet/cli
|
||||||
export KOREBUILD_FOLDER="$(dirname $thisDir)"
|
export KOREBUILD_FOLDER="$(dirname $thisDir)"
|
||||||
chmod +x $thisDir/dotnet-install.sh
|
chmod +x $thisDir/dotnet-install.sh
|
||||||
$thisDir/dotnet-install.sh
|
$thisDir/dotnet-install.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue