minor
This commit is contained in:
parent
93ce607d68
commit
0f338eb54d
1 changed files with 2 additions and 4 deletions
|
@ -22,10 +22,8 @@ my $dbh = DBI->connect("dbi:SQLite:$database", "", "", {RaiseError => 1, AutoCom
|
||||||
|
|
||||||
&populate_gnu_mirrors($dbh);
|
&populate_gnu_mirrors($dbh);
|
||||||
&populate_gnu_software($dbh);
|
&populate_gnu_software($dbh);
|
||||||
&print_mirrors;
|
# &print_mirrors;
|
||||||
&print_software;
|
# &print_software;
|
||||||
exit if $ARGV[0] eq 'print';
|
|
||||||
&stow_gnu_software($ARGV[0]);
|
|
||||||
|
|
||||||
################################################ Subroutines only below this line ############################
|
################################################ Subroutines only below this line ############################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue