fix: not enough for minimum install
This commit is contained in:
parent
bd37b419df
commit
308c3ff719
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ reboot
|
|||
|
||||
```sh
|
||||
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
|
||||
|
|
|
@ -22,7 +22,7 @@ reboot
|
|||
|
||||
```sh
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue