From 0d51962cd1b5180bde599fe0b044de87f900fdab Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Sat, 18 May 2024 08:05:02 +0100 Subject: [PATCH] Update before_install.sh --- scripts/before_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/before_install.sh b/scripts/before_install.sh index 2cedb2d..11d46aa 100644 --- a/scripts/before_install.sh +++ b/scripts/before_install.sh @@ -15,10 +15,9 @@ fi # install golang sudo apt-get -y install golang-go -# install nodeJS, npm, and nvm +# install nodeJS and npm sudo apt -y install nodejs sudo apt -y install npm -wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash # Install MongoDB only if not already present if [ ! -f "/usr/bin/mongod" ]; then