install.sh 177 B

1234567
  1. #!/bin/bash
  2. export PERL_HOME=${IROOT}/perl-5.18
  3. fw_depends perl nginx
  4. ${PERL_HOME}/bin/cpanm --notest --no-man-page --installdeps $TROOT
  5. echo installed Plack app dependencies