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
|
||||
|
||||
banner "Installing stage0"
|
||||
[ -d "~/.dotnet" ] || mkdir -p "~/.dotnet"
|
||||
[ -d "$HOME/.dotnet" ] || mkdir -p "$HOME/.dotnet"
|
||||
source $DIR/dnvm2.sh
|
||||
dnvm upgrade -a dotnet_stage0
|
||||
DNX_ROOT="$(dirname $(which dotnet))/dnx"
|
||||
|
|
Loading…
Reference in a new issue