Skip to content

Commit

Permalink
Install newest vips
Browse files Browse the repository at this point in the history
  • Loading branch information
rosell-dk committed May 6, 2021
1 parent a4e23e6 commit 313c5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-vips.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if ! [[ $VIPS_VERSION ]]; then
export VIPS_VERSION="8.7.4"
export VIPS_VERSION="8.10.6"
fi;

export PATH=$HOME/vips/bin:$PATH
Expand Down

0 comments on commit 313c5b7

Please sign in to comment.