install-cgi.sh
· 158 B · Bash
Исходник
# from: https://stackoverflow.com/questions/6787579/error-installing-perl-cgi-module-from-cpan
# dependency for LP-MSH-Scanner
apt-get install libcgi-pm-perl
| 1 | # from: https://stackoverflow.com/questions/6787579/error-installing-perl-cgi-module-from-cpan |
| 2 | # dependency for LP-MSH-Scanner |
| 3 | |
| 4 | apt-get install libcgi-pm-perl |