rename install.ps1/sh to dotnet-install.ps1/sh to match documentation

This commit is contained in:
Krzysztof Wicher 2016-04-07 10:32:52 -07:00
parent 0747d31f86
commit 11e3fa36af
5 changed files with 977 additions and 3 deletions

View file

@ -84,7 +84,7 @@ done < "$DIR/../branchinfo.txt"
[ -z "$DOTNET_INSTALL_DIR" ] && export DOTNET_INSTALL_DIR=$DIR/../.dotnet_stage0/$(uname)
[ -d $DOTNET_INSTALL_DIR ] || mkdir -p $DOTNET_INSTALL_DIR
$DIR/obtain/install.sh --channel $CHANNEL --verbose
$DIR/obtain/dotnet-install.sh --channel $CHANNEL --verbose
# Put stage 0 on the PATH (for this shell only)
PATH="$DOTNET_INSTALL_DIR:$PATH"