From 683c5ae3927fb6e9b31aec5c31abca8f615c4d7f Mon Sep 17 00:00:00 2001 From: nova-techies Date: Tue, 6 Mar 2018 02:04:09 -0500 Subject: [PATCH] minor syntax errors --- Compiling-qbittorrent-nox-for-CentOS-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiling-qbittorrent-nox-for-CentOS-from-source.md b/Compiling-qbittorrent-nox-for-CentOS-from-source.md index ca3d8bd..e03afa1 100644 --- a/Compiling-qbittorrent-nox-for-CentOS-from-source.md +++ b/Compiling-qbittorrent-nox-for-CentOS-from-source.md @@ -8,7 +8,7 @@ After stumbling for about 2 hours _(getting Qt5 to work)_ here is the how to bui Install Dependencies (make sure you have epel repo enabled) ``` -yum -y groupinstall 'Development Tools' +yum -y groupinstall "Development Tools" yum -y install qt-devel boost-devel openssl-devel qt5-qtbase-devel qt5-linguist ```