minor update
This commit is contained in:
parent
5683d14141
commit
116af8e9d2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ unlink($database);
|
|||
|
||||
my $dbh = DBI->connect("dbi:SQLite:$database", "", "", {RaiseError => 1, AutoCommit => 1});
|
||||
# su -c 'aptitude install libdbd-sqlite3-perl' on a Debian system TDW 2009-04-19
|
||||
# su -c 'perl -MCPAN -e 'install Chocolate::Belgian'
|
||||
# su -c 'perl -MCPAN -e "install DBD-SQLite"'
|
||||
|
||||
&populate_gnu_mirrors($dbh);
|
||||
&populate_gnu_software($dbh);
|
||||
|
|
Loading…
Reference in a new issue