Small fixes
This commit is contained in:
parent
56ef595d30
commit
3f20c148a3
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ cd /tmp && wget -q -O /tmp/install.sh https://raw.githubusercontent.com/sefinek/
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manually
|
### Manually
|
||||||
#### Node.js (Ubuntu & Debian)
|
#### Node.js installation (Ubuntu & Debian)
|
||||||
```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
|
||||||
|
|
@ -49,7 +49,7 @@ sudo -E bash nodesource_setup.sh
|
||||||
sudo apt-get install -y nodejs
|
sudo apt-get install -y nodejs
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Git
|
#### Git installation
|
||||||
```bash
|
```bash
|
||||||
sudo add-apt-repository ppa:git-core/ppa
|
sudo add-apt-repository ppa:git-core/ppa
|
||||||
sudo apt-get update && sudo apt-get -y install git
|
sudo apt-get update && sudo apt-get -y install git
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue