Fix raw URL branch name from main to master
This commit is contained in:
parent
59a887c0ed
commit
08a732f812
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ The easiest way to install, update, and manage your D3V-NPMWG instance on Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Download and run the install script
|
# Download and run the install script
|
||||||
curl -sSL https://raw.githubusercontent.com/xtcnet/D3V-NPMWG/main/install.sh -o install.sh
|
curl -sSL https://raw.githubusercontent.com/xtcnet/D3V-NPMWG/master/install.sh -o install.sh
|
||||||
chmod +x install.sh
|
chmod +x install.sh
|
||||||
sudo ./install.sh
|
sudo ./install.sh
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue