Update install.sh

pull/109/head
midoks 3 years ago
parent d64e9da10a
commit e5db225465
  1. 2
      plugins/mongodb/install.sh

@ -51,7 +51,7 @@ Install_app_linux(){
wget -O $serverPath/source/mongodb-src-r${VERSION}.tar.gz https://fastdl.mongodb.org/src/mongodb-src-r${VERSION}.tar.gz
fi
cd $serverPath/source && tar -zxvf mongodb-src-r${VERSION}.tar.gz
cd $serverPath/source/mongodb-src-r${VERSION}
cd build && ./configure --prefix=$serverPath/mongodb && make -j4 && make install
}

Loading…
Cancel
Save