mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 18:03:06 +02:00
Pakfire Fixes.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@536 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl -w
|
||||
#!/usr/bin/perl
|
||||
|
||||
require "/opt/pakfire/lib/functions.pl";
|
||||
|
||||
@@ -78,5 +78,6 @@
|
||||
|
||||
|
||||
} elsif ("$ARGV[0]" eq "update") {
|
||||
|
||||
&Pakfire::getmirrors();
|
||||
&Pakfire::dbgetlist();
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
package Conf;
|
||||
|
||||
$version = "2.0b1";
|
||||
$version = "2.0alpha1";
|
||||
|
||||
$mainserver = "pakfire.ipfire.org";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user