Update debian.sh

pull/437/head
midoks 2 years ago
parent ed117a1b40
commit 577ac1f8ee
  1. 4
      plugins/mongodb/versions/4.4/debian.sh

@ -14,8 +14,8 @@ MG_DIR=$serverPath/source/mongodb
mkdir -p $MG_DIR
if [ ! -f $MG_DIR/mongodb-linux-x86_64-debian10-${VERSION}.tgz ]; then
wget --no-check-certificate -O $MG_DIR/mongodb-macos-x86_64-${VERSION}.tgz https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-debian10-${VERSION}.tgz
echo "wget --no-check-certificate -O $MG_DIR/mongodb-macos-x86_64-${VERSION}.tgz https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-debian10-${VERSION}.tgz"
wget --no-check-certificate -O $MG_DIR/mongodb-linux-x86_64-debian10-${VERSION}.tgz https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-debian10-${VERSION}.tgz
echo "wget --no-check-certificate -O $MG_DIR/mongodb-linux-x86_64-debian10-${VERSION}.tgz https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-debian10-${VERSION}.tgz"
fi
if [ ! -d $MG_DIR/mongodb-linux-x86_64-debian10-${VERSION} ];then

Loading…
Cancel
Save