Small fixes

This commit is contained in:
Sefinek 2025-01-18 03:04:04 +01:00
parent 56ef595d30
commit 3f20c148a3

View file

@ -41,7 +41,7 @@ cd /tmp && wget -q -O /tmp/install.sh https://raw.githubusercontent.com/sefinek/
```
### Manually
#### Node.js (Ubuntu & Debian)
#### Node.js installation (Ubuntu & Debian)
```bash
sudo apt-get install -y curl
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
```
#### Git
#### Git installation
```bash
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update && sudo apt-get -y install git