Update install.sh

pull/125/head
midoks 3 years ago
parent 75aa6a35e6
commit fa127227b7
  1. 4
      plugins/mongodb/install.sh

@ -208,7 +208,7 @@ Install_app_linux()
Install_Linux_Ubuntu
elif [ "$OSNAME" == "debian" ];then
Install_Linux_Debian
elif [ "$OSNAME" == "centos" ] || [ "$OSNAME" == "fedora" ];then
elif [ "$OSNAME" == "centos" ];then
Install_Linux_CentOS
elif [ "$OSNAME" == "opensuse" ];then
Install_Linux_Opensuse
@ -250,7 +250,7 @@ if [ "$OSNAME" == "ubuntu" ];then
Uninstall_Linux_Ubuntu
elif [ "$OSNAME" == "debian" ];then
Uninstall_Linux_Debian
elif [ "$OSNAME" == "centos" ] || [ "$OSNAME" == "fedora" ];then
elif [ "$OSNAME" == "centos" ];then
Uninstall_Linux_CentOS
elif [ "$OSNAME" == "opensuse" ];then
Uninstall_Linux_Opensuse

Loading…
Cancel
Save