Update Medicat_Installer.sh

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

@ -119,6 +119,8 @@ if ! [ $(which 7z 2>/dev/null) ]; then
sudo $pkgmgr $install_arg p7zip
elif [[ -e /etc/fedora-release ]]; then
sudo $pkgmgr $install_arg p7zip-full p7zip-plugins
elif [[ -e /etc/nobara ]]; then
sudo $pkgmgr $install_arg p7zip-full p7zip-plugins
elif [ "$os" == "centos" ]; then
sudo $pkgmgr $install_arg p7zip p7zip-plugins
else

Loading…
Cancel
Save