Skip to content

Commit

Permalink
Add assumeyes flag for Fedora #167
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Feb 16, 2015
1 parent 1f7e80e commit 55ea432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ case $(uname -s) in
"Fedora release 21 "*|"Fedora release 22 "*)
# Fedora 21, 22
echo "Installing libvips via yum"
yum install vips-devel
yum install -y vips-devel
;;
*)
# Unsupported RHEL-based OS
Expand Down

0 comments on commit 55ea432

Please sign in to comment.