Merge pull request #68 from lithedress/patch-1

Update Medicat_Installer.sh
pull/69/head
Matthew Clark 4 months ago committed by GitHub
commit babb0d44ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -144,6 +144,10 @@ if ! [ $(which 7z 2>/dev/null) ]; then
fi
fi
if ! [ $(which mkfs.vfat 2>/dev/null) ]; then
sudo $pkgmgr $install_arg dosfstools
fi
if ! [ $(sudo which mkntfs 2>/dev/null) ]; then
if [ "$os" == "centos" ]; then
sudo $pkgmgr $install_arg ntfsprogs

Loading…
Cancel
Save