install.sh 159 B

123456
  1. #!/bin/bash
  2. fw_depends perl nginx
  3. cpanm --notest --no-man-page Web::Simple DBI DBD::mysql Plack Starman JSON::XS
  4. echo installed Web::Simple app dependencies