Fix Bash line

This commit is contained in:
PhysK
2022-11-24 05:46:33 +00:00
parent 77e699849c
commit 1d6ecb4d3b

View File

@@ -25,5 +25,5 @@ You can pass the shell script arguments to allow it to do more things automaticl
To do a fully automated install you could run the following (substituting your own setup key):
```bash
curl -f https://raw.githubusercontent.com/physk/netbird-installer/main/install.sh | sudo bash --quiet --install-ui --setup-key=77C9F991-DC68-46FA-B06C-E02FC102697F
curl -OLs https://raw.githubusercontent.com/physk/netbird-installer/main/install.sh && sudo bash install.sh --quiet --install-ui --setup-key=77C9F991-DC68-46FA-B06C-E02FC102697F
```