From 1aa03afaeaec9db060bf3679518e97d95b5edeac Mon Sep 17 00:00:00 2001 From: mbusb Date: Mon, 6 Feb 2017 22:25:37 +0530 Subject: [PATCH] Update for fedora install script --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 91d080e..ca3f281 100644 --- a/install.py +++ b/install.py @@ -82,7 +82,7 @@ class Install(): result = True elif subprocess.call("which yum", shell=True) == 0: subprocess.call("yum check-update", shell=True) - if subprocess.call("yum install mtools PyQt5 pkexec util-linux parted p7zip p7zip-plugins python3-dbus -y", shell=True) == 0: + if subprocess.call("dnf install mtools python3-PyQt5 util-linux parted p7zip p7zip-plugins python3-dbus -y", shell=True) == 0: result = True elif subprocess.call("which apt-get", shell=True) == 0: subprocess.call("apt-get -q update", shell=True)