SHOW:
|
|
- or go back to the newest paste.
1 | $ more installdeps.sh | |
2 | #!/bin/bash | |
3 | # | |
4 | # Fierce v2 dep install script | |
5 | # requires install permissions | |
6 | # | |
7 | perl -MCPAN -e 'install CPAN' | |
8 | perl -MCPAN -e 'install Net::DNS' | |
9 | perl -MCPAN -e 'install Net::CIDR' | |
10 | perl -MCPAN -e 'install Net::Whois::ARIN' | |
11 | perl -MCPAN -e 'install Object::InsideOut' | |
12 | perl -MCPAN -e 'install Template' | |
13 | perl -MCPAN -e 'install Test::More' | |
14 | perl -MCPAN -e 'install Test::Class' | |
15 | perl -MCPAN -e 'install HTML::SimpleLinkExtor' | |
16 | perl -MCPAN -e 'install threads' | |
17 | perl -MCPAN -e 'install threads::shared' | |
18 | perl -MCPAN -e 'install Thread::Queue' |