Update install.sh

This commit is contained in:
midoks 2022-07-13 00:29:05 +08:00
parent 75aa6a35e6
commit fa127227b7
1 changed files with 2 additions and 2 deletions

View File

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