Update before_install.sh

This commit is contained in:
Chigozirim Igweamaka 2024-05-18 08:05:02 +01:00 committed by GitHub
parent 5049c0d135
commit 0d51962cd1

View file

@ -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