From: Claire Mouton Date: Wed, 6 Jun 2012 11:55:21 +0000 (+0000) Subject: Added the installation of wget for Fedora. X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=commitdiff_plain;h=63bff5e113add61604110d7438d2c560e6954b4d Added the installation of wget for Fedora. --- 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