You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update version for release.
- Added support for PowerShell 7.2 to allow running on SDDC Manager.
- Updated documentation for installation on Linux in disconnected environments.
- Fixed module dependency versions in the documentation.
Signed-off-by: Ivaylo Ivanov <[email protected]>
Copy file name to clipboardExpand all lines: docs/documentation/getting-started/install.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ Verify that your system has a [supported edition and version](./../index.md#powe
46
46
47
47
Prerequisite for module install on Linux Machine
48
48
49
-
```bash
50
-
--8<-- "./docs/snippets/pre-req-linux.sh"
49
+
```powershell
50
+
--8<-- "./docs/snippets/pre-req-linux.ps1"
51
51
```
52
52
53
53
From a system with an Internet connection, save the module dependencies from the PowerShell Gallery by running the following commands in the PowerShell console:
@@ -56,12 +56,17 @@ Verify that your system has a [supported edition and version](./../index.md#powe
From the system with an Internet connection, copy the module dependencies to a target system by running the following commands in the PowerShell console:
59
+
From the system with an Internet connection, copy the `OfflineModules.tar.gz` archive to a target system's directory:
0 commit comments