Update install.sh
This commit is contained in:
parent
75aa6a35e6
commit
fa127227b7
|
|
@ -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…
Reference in New Issue