Update Medicat_Installer.sh

add nobara support
pull/65/head
Sipping 5 months ago committed by GitHub
parent 7c414b02b6
commit beb43dc7cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,6 +84,12 @@ elif [[ -e /etc/fedora-release ]]; then
pkgmgr="yum"
install_arg="install"
update_arg="update"
elif [[ -e /etc/nobara ]]; then
colEcho $redB "gaming moment"
os="fedora"
pkgmgr="yum"
install_arg="install"
update_arg="update"
elif [[ -e /etc/arch-release ]]; then
os="arch"
pkgmgr="pacman"

Loading…
Cancel
Save