mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 08:54:19 +00:00
Update before_install.sh
This commit is contained in:
parent
5049c0d135
commit
0d51962cd1
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue