fix spurious ~ folder
This commit is contained in:
parent
f176ae9387
commit
3f76287809
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ REPOROOT="$( cd -P "$DIR/.." && pwd )"
|
||||||
START_PATH=$PATH
|
START_PATH=$PATH
|
||||||
|
|
||||||
banner "Installing stage0"
|
banner "Installing stage0"
|
||||||
[ -d "~/.dotnet" ] || mkdir -p "~/.dotnet"
|
[ -d "$HOME/.dotnet" ] || mkdir -p "$HOME/.dotnet"
|
||||||
source $DIR/dnvm2.sh
|
source $DIR/dnvm2.sh
|
||||||
dnvm upgrade -a dotnet_stage0
|
dnvm upgrade -a dotnet_stage0
|
||||||
DNX_ROOT="$(dirname $(which dotnet))/dnx"
|
DNX_ROOT="$(dirname $(which dotnet))/dnx"
|
||||||
|
|
Loading…
Reference in a new issue