Skip to content

Commit

Permalink
fixed requirements.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed May 8, 2017
1 parent 2e87004 commit cd3a09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ -f /etc/debian_version ] ; then
echo "Installing Debian/Ubuntu packages ..."
# fix for cdo/netcdf4 on debian
sudo apt-get -y install libjpeg8
# sudo apt-get -y install libjpeg8
elif [ -f /etc/redhat-release ] ; then
echo "Installing RedHat/CentOS packages ..."
#sudo yum -y install wget
Expand Down

0 comments on commit cd3a09e

Please sign in to comment.