rename install.ps1/sh to dotnet-install.ps1/sh to match documentation
This commit is contained in:
parent
0747d31f86
commit
11e3fa36af
5 changed files with 977 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue