"Fossies" - the Fresh Open Source Software Archive

Member "namefix.pl/extra/install-modules.sh" (12 Jun 2009, 315 Bytes) of package /linux/privat/old/namefix.pl_4.0.2.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Bash source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 #!/bin/bash
    2 
    3 echo installing modules
    4 
    5 
    6 sudo perl -MCPAN -e "CPAN::Shell->force(qw(install Tk));"
    7 sudo perl -MCPAN -e "CPAN::Shell->force(qw(install Tk::JComboBox));"
    8 sudo perl -MCPAN -e "CPAN::Shell->force(qw(install Tk::DynaTabFrame));"
    9 sudo perl -MCPAN -e "CPAN::Shell->force(qw(install MP3::Tag));"
   10 
   11