Small fixes

This commit is contained in:
Sefinek 2025-01-18 03:05:00 +01:00
parent 5cb3dcde2e
commit 7c33b9585d

View file

@ -45,8 +45,7 @@ cd /tmp && wget -q -O /tmp/install.sh https://raw.githubusercontent.com/sefinek/
```bash
sudo apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh
sudo -E bash nodesource_setup.sh
sudo apt-get install -y nodejs
sudo -E bash nodesource_setup.sh && sudo apt-get install -y nodejs
```
#### Git installation