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/prep_gateway.pl

    r09f292b r76c43e4  
    4848    }
    4949    elsif (-x '/usr/bin/apt-get') {
     50        system('/usr/bin/apt-get -y update');
    5051        system('/usr/bin/apt-get -y install bridge-utils');
    5152    }
Note: See TracChangeset for help on using the changeset viewer.