diff --git a/website/docs/installation/debian.md b/website/docs/installation/debian.md index 011beb4387..174b1789f5 100644 --- a/website/docs/installation/debian.md +++ b/website/docs/installation/debian.md @@ -67,14 +67,14 @@ Source: [mosquitto.org/download](https://mosquitto.org/download/)
- Node.js (v14+) + Node.js (v20+) ```bash -curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - +curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash - sudo apt-get install -y nodejs ``` -Source: [nodejs.org/en/download/package-manager](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages) +Source: [nodejs.org/en/download/package-manager](https://nodejs.org/en/download/package-manager/all#debian-and-ubuntu-based-linux-distributions)
diff --git a/website/docs/installation/freebsd.md b/website/docs/installation/freebsd.md index 1a72d65113..0bab261617 100644 --- a/website/docs/installation/freebsd.md +++ b/website/docs/installation/freebsd.md @@ -94,11 +94,11 @@ echo mosquitto_enable="yes" >> /etc/rc.conf
- Node.js (v16+) + Node.js (v20+) ```bash -pkg install node -pkg install npm-node20-10.2.0 +pkg install node20-20.18.1 +pkg install npm-node20-10.9.0 ```