Handle --version in dotnet-install.sh.
This commit is contained in:
parent
cb4d93ce74
commit
fdcbc0f2eb
|
|
@ -251,6 +251,10 @@ do
|
|||
shift
|
||||
CHANNEL=$1
|
||||
;;
|
||||
-v|--version)
|
||||
shift
|
||||
VERSION=$1
|
||||
;;
|
||||
-d|--destination)
|
||||
shift
|
||||
DOTNET_INSTALL_DIR=$1
|
||||
|
|
|
|||
Loading…
Reference in New Issue