mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 08:26:35 +00:00
update URL and rename file
added navigation link
This commit is contained in:
@@ -228,6 +228,7 @@ export const docsNavigation = [
|
|||||||
isOpen: false,
|
isOpen: false,
|
||||||
links: [
|
links: [
|
||||||
{ title: 'Managed Service Providers', href: '/how-to/msp-portal' },
|
{ title: 'Managed Service Providers', href: '/how-to/msp-portal' },
|
||||||
|
{ title: 'Acronis NetBird integration', href: '/how-to/acronis-netbird-integration' },
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ To add a new PowerShell script, navigate to `MANAGEMENT > Script repository` and
|
|||||||
|
|
||||||
Paste the following script into the IDE:
|
Paste the following script into the IDE:
|
||||||
|
|
||||||
```PowerShell
|
```shell
|
||||||
# NetBird Windows Installation Script
|
# NetBird Windows Installation Script
|
||||||
# Requires Administrator privileges
|
# Requires Administrator privileges
|
||||||
|
|
||||||
@@ -259,7 +259,7 @@ Next, on the right sidebar:
|
|||||||
|
|
||||||
Using a similar procedure, you can add the following script to use the MSI installer instead of the EXE installer:
|
Using a similar procedure, you can add the following script to use the MSI installer instead of the EXE installer:
|
||||||
|
|
||||||
```PowerShell
|
```shell
|
||||||
# NetBird MSI Installation Script
|
# NetBird MSI Installation Script
|
||||||
# Requires Administrator privileges
|
# Requires Administrator privileges
|
||||||
|
|
||||||
@@ -405,7 +405,7 @@ The script downloads the official `.msi` installer and uses the silent flag to i
|
|||||||
|
|
||||||
Likewise, you can add an **Uninstall NetBird** script:
|
Likewise, you can add an **Uninstall NetBird** script:
|
||||||
|
|
||||||
```PowerShell
|
```shell
|
||||||
# NetBird Windows Uninstall Script
|
# NetBird Windows Uninstall Script
|
||||||
# Requires Administrator privileges
|
# Requires Administrator privileges
|
||||||
|
|
||||||
Reference in New Issue
Block a user