From 03e3bbe4e549189ea982140fdb56994ca982500c Mon Sep 17 00:00:00 2001 From: davila Date: Thu, 8 May 2014 18:20:39 +0200 Subject: [PATCH] BUG unzip rpm install missing --- Linux/scripts/ThirdParty-install-Base-Stuff.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Linux/scripts/ThirdParty-install-Base-Stuff.sh b/Linux/scripts/ThirdParty-install-Base-Stuff.sh index cd145fc..0ddc5de 100644 --- a/Linux/scripts/ThirdParty-install-Base-Stuff.sh +++ b/Linux/scripts/ThirdParty-install-Base-Stuff.sh @@ -101,6 +101,7 @@ then ;; Fedora) yum install wget -y + yum install unzip -y yum install cmake -y yum install cmake-gui -y yum install doxygen -y -- 2.44.0