Update Medicat_Installer.sh

This commit is contained in:
Matthew Clark 2023-06-26 13:32:32 -05:00 committed by GitHub
parent 164a85dabd
commit cfdd99580c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ elif [[ -e /etc/debian_version ]]; then
install_arg="install"
update_arg="update"
elif [[ -e /etc/almalinux-release || -e /etc/rocky-release || -e /etc/centos-release ]]; then
echo "Fuck Red-Hat for putting source code behind paywalls."
os="centos"
pkgmgr="yum"
install_arg="install"