We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89c485 commit 40a750fCopy full SHA for 40a750f
src/install.sh
@@ -40,9 +40,11 @@ fi
40
[[ "${VERSION,,}" == "win2016" ]] && VERSION="win2016-eval"
41
42
[[ "${VERSION,,}" == "2012" ]] && VERSION="win2012r2-eval"
43
-[[ "${VERSION,,}" == "w12r2" ]] && VERSION="win2012r2-eval"
44
[[ "${VERSION,,}" == "win2012" ]] && VERSION="win2012r2-eval"
45
+[[ "${VERSION,,}" == "2008" ]] && VERSION="win2008r2"
46
+[[ "${VERSION,,}" == "win2008" ]] && VERSION="win2008r2"
47
+
48
[[ "${VERSION,,}" == "ltsc10" ]] && VERSION="win10x64-enterprise-ltsc-eval"
49
[[ "${VERSION,,}" == "10ltsc" ]] && VERSION="win10x64-enterprise-ltsc-eval"
50
[[ "${VERSION,,}" == "win10-ltsc" ]] && VERSION="win10x64-enterprise-ltsc-eval"
0 commit comments