Skip to content

Commit

Permalink
Remove unrelated commented-out lines from JRE install script
Browse files Browse the repository at this point in the history
The lines were copied from script/install/imagemagick.bash and are
irrelevant.
  • Loading branch information
tom93 committed Jan 5, 2024
1 parent f7f9e9c commit 2be75ea
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions script/install/jre.bash
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
#!/usr/bin/env bash

#min_version=6
#convert -version 2>/dev/null | bash script/extract_version.bash | bash script/check_version.bash $min_version || { # already installed
# echo ImageMagick $min_version+ required!
# bash script/confirm.bash "Install ImageMagick" && {
# cmd="sudo apt-get install imagemagick"
# echo "$ $cmd"
# $cmd
# } || exit 1
#}

cmd="sudo apt-get install default-jre-headless" # java required by yui-compressor gem
echo "$ $cmd"
$cmd
Expand Down

0 comments on commit 2be75ea

Please sign in to comment.