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