Update install.sh

Fix /dev/fd/63: line 76: apt: command not found in fedora
This commit is contained in:
Leonardo
2023-04-08 15:31:59 +03:30
committed by GitHub
parent 1969120c94
commit 58ca5f7a51

View File

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