mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-21 18:06:38 +00:00
Mention install.sh in installation guide (#94)
This commit is contained in:
@@ -6,6 +6,12 @@ export const title = 'Installation'
|
|||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
|
**Install with one command**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -fsSL https://pkgs.netbird.io/install.sh | sh
|
||||||
|
```
|
||||||
|
|
||||||
**APT/Debian**
|
**APT/Debian**
|
||||||
1. Add the repository:
|
1. Add the repository:
|
||||||
|
|
||||||
@@ -96,6 +102,13 @@ EOF
|
|||||||
```
|
```
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
|
**Install with one command**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -fsSL https://pkgs.netbird.io/install.sh | sh
|
||||||
|
```
|
||||||
|
|
||||||
**Package install**
|
**Package install**
|
||||||
1. Download the latest MacOS release installer for your [processor](https://support.apple.com/en-us/HT211814 ):
|
1. Download the latest MacOS release installer for your [processor](https://support.apple.com/en-us/HT211814 ):
|
||||||
- Intel: <Button href="https://pkgs.netbird.io/macos/amd64" variant="text" arrow="right">Download NetBird for Intel</Button>
|
- Intel: <Button href="https://pkgs.netbird.io/macos/amd64" variant="text" arrow="right">Download NetBird for Intel</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user