Update install.sh

pull/125/head
midoks 3 years ago
parent 8b85ef108f
commit c7648ef6ed
  1. 2
      plugins/varnish/install.sh

@ -51,7 +51,7 @@ Uninstall_varnish()
brew uninstall varnish brew uninstall varnish
elif [ "${OSNAME}" == "centos" ]; then elif [ "${OSNAME}" == "centos" ]; then
yum remove varnish -y yum remove varnish -y
elif [ "${OSNAME}" == "debian" ] || [ "${OSNAME}" == "ubuntu" ]; then elif [ "${OSNAME}" == "centos" ] || [ "${OSNAME}" == "fedora" ]; then
apt remove varnish -y apt remove varnish -y
elif [ "${OSNAME}" == "opensuse" ];then elif [ "${OSNAME}" == "opensuse" ];then
zypper remove -y varnish zypper remove -y varnish

Loading…
Cancel
Save