Skip to content

Commit

Permalink
Remove nokogiri dependency packages
Browse files Browse the repository at this point in the history
As of Nokogiri 1.6, libxml2 and libxslt are bundled with Nokogiri [1],
so we don't need to install the header files.

[1] https://github.com/sparklemotion/nokogiri/blob/v1.6.8.1/CHANGELOG.rdoc#label-1.6.0.rc1+-2F+2013-04-14
  • Loading branch information
tom93 committed Jan 5, 2024
1 parent b26315e commit b69a1e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions script/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ bash script/install/nztrain.bash || exit 1 # fix files & directory structure

bash script/install/bundler.bash || exit 1

bash script/install/nokogiri.bash || exit 1 # nokogiri dependencies

bash script/install/jdk.bash || exit 1 # required by yui-compressor

sudo bash script/install/isolate.bash || exit 1 # install isolate
Expand Down
7 changes: 0 additions & 7 deletions script/install/nokogiri.bash

This file was deleted.

0 comments on commit b69a1e4

Please sign in to comment.