fix: not enough for minimum install

This commit is contained in:
老周部落 2024-03-11 21:14:44 +08:00
parent bd37b419df
commit 308c3ff719
No known key found for this signature in database
GPG key ID: C72181CD85C6B738
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ reboot
```sh ```sh
sudo apt update sudo apt update
sudo apt install -y -V wget curl git ca-certificates sudo apt install -y -V wget curl git ca-certificates lsb-release gnupg
``` ```
## Install Node.js ## Install Node.js

View file

@ -22,7 +22,7 @@ reboot
```sh ```sh
sudo apt update sudo apt update
sudo apt install -y -V wget curl git ca-certificates sudo apt install -y -V wget curl git ca-certificates lsb-release gnupg
``` ```
## Install Node.js ## Install Node.js