File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Installs IBM Developer Bluemix CLI plugin and all dependencies.
33# VERSION="0.8"
44
5- # Check for 64-bit Platform - Dev and Helm do not have 32-bit versions.
6- if ([Environment ]::Is64BitProcess -ne [ Environment ]::Is64BitOperatingSystem )
5+ # Check for Windows 10
6+ if ([System. Environment ]::OSVersion.Version.Major -ne 10 )
77{
8- echo " This installer requires 64-bit Windows."
8+ echo " This installer requires Windows 10 ."
99 exit
1010}
1111
12- # Check for Windows 10
13- if ([System. Environment ]::OSVersion.Version.Major -ne 10 )
12+ # Check for 64-bit Platform - Dev and Helm do not have 32-bit versions.
13+ if ([Environment ]::Is64BitProcess -ne [ Environment ]::Is64BitOperatingSystem )
1414{
15- echo " This installer requires Windows 10 ."
15+ echo " This installer requires 64-bit Windows ."
1616 exit
1717}
1818
You can’t perform that action at this time.
0 commit comments