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