diff --git a/Medicat_Installer.sh b/Medicat_Installer.sh index 3e12c09..8a93d3f 100755 --- a/Medicat_Installer.sh +++ b/Medicat_Installer.sh @@ -45,6 +45,8 @@ fi if ! [ $(which 7z 2>/dev/null) ]; then if [[ -e /etc/arch-release ]]; then sudo $pkgmgr $install_arg p7zip + elif [[ -e /etc/fedora-release ]]; then + sudo $pkgmgr $install_arg p7zip-full p7zip-plugins else sudo $pkgmgr $install_arg p7zip-full fi