From 63bff5e113add61604110d7438d2c560e6954b4d Mon Sep 17 00:00:00 2001 From: Claire Mouton Date: Wed, 6 Jun 2012 11:55:21 +0000 Subject: [PATCH] Added the installation of wget for Fedora. --- 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 60d02ea..7220629 100644 --- a/Linux/scripts/ThirdParty-install-Base-Stuff.sh +++ b/Linux/scripts/ThirdParty-install-Base-Stuff.sh @@ -50,6 +50,7 @@ then # ///\TODO what about SuSE? Debian? Mandriva? Gentoo? case "$OperatingSystem" in Fedora) + yum install wget -y yum install cmake -y yum install cmake-gui -y yum install doxygen -y -- 2.45.0