Ignore:
Timestamp:
Jul 14, 2012 8:42:51 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, master
Children:
dbc8b8e
Parents:
09f292b
Message:

Make sure updates happen for apt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/quagga_routing.pl

    r09f292b r76c43e4  
    6060if ( !-x $OSPFD) {
    6161    if (-x "/usr/bin/apt-get" ) {
     62        system("/usr/bin/apt-get", "-y", "update");
    6263        system("/usr/bin/apt-get", "-y", "install", "quagga");
    6364    }
Note: See TracChangeset for help on using the changeset viewer.