Small fixes
This commit is contained in:
parent
5cb3dcde2e
commit
7c33b9585d
1 changed files with 1 additions and 2 deletions
|
|
@ -45,8 +45,7 @@ cd /tmp && wget -q -O /tmp/install.sh https://raw.githubusercontent.com/sefinek/
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install -y curl
|
sudo apt-get install -y curl
|
||||||
curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh
|
curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh
|
||||||
sudo -E bash nodesource_setup.sh
|
sudo -E bash nodesource_setup.sh && sudo apt-get install -y nodejs
|
||||||
sudo apt-get install -y nodejs
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Git installation
|
#### Git installation
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue