From 7c33b9585d876010a347176e047ff77b1ed55a95 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Sat, 18 Jan 2025 03:05:00 +0100 Subject: [PATCH] Small fixes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4888e66..178ce23 100644 --- a/README.md +++ b/README.md @@ -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