Skip to content

Commit

Permalink
Keep libtiff5 to the default version to avoid breaking packages from …
Browse files Browse the repository at this point in the history
…our ppa (#1897)
  • Loading branch information
kalxas committed Mar 27, 2017
1 parent 67f0aab commit f075f6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ sed -i -e 's|\(APT::Periodic::Update-Package-Lists\) "1";|\1 "7";|' \
# Pin down kernel version
echo "linux-image-generic hold" | dpkg --set-selections

# Temporary fix for #1897
echo "libtiff5 hold" | dpkg --set-selections
echo "libtiff5-dev hold" | dpkg --set-selections
echo "libtiffxx5 hold" | dpkg --set-selections

# Install latest greatest security packages etc.
apt-get -q update
apt-get --yes upgrade
Expand Down

0 comments on commit f075f6c

Please sign in to comment.