Skip to content

Commit

Permalink
Fix FreeBSD runtime test
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Sep 27, 2019
1 parent 4073f4e commit 1caf227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtimes/freebsd.Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Vagrant.configure("2") do |config|

config.vm.provision :shell, :inline => '
pkg install -y --quiet tesseract git go
mv /usr/local/share/tessdata/*.traineddata /tmp
mv /tmp/eng.traineddata /usr/local/share/tessdata/
export GOPATH=~/go
go get -t github.com/otiai10/gosseract
'
Expand Down

0 comments on commit 1caf227

Please sign in to comment.