Add files via upload

pull/27/head
Matthew Clark 1 year ago committed by GitHub
parent e31b4ae004
commit abe4e9245d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save