mirror of
https://github.com/mon5termatt/medicat_installer
synced 2024-11-19 03:25:42 +00:00
Add files via upload
This commit is contained in:
parent
e31b4ae004
commit
abe4e9245d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user