diff --git a/install.sh b/install.sh index 995734bf..f1eefbac 100755 --- a/install.sh +++ b/install.sh @@ -70,7 +70,7 @@ fi install_base() { - if [[ "${release}" == "centos" ]]; then + if [[ "${release}" == "centos" ]] || [[ "${release}" == "fedora" ]] ; then yum install wget curl tar -y else apt install wget curl tar -y