Pakfire Fixes.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@536 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-05-06 17:53:16 +00:00
parent 9674ef0d41
commit c3df33af1c
6 changed files with 8 additions and 8 deletions

View File

@@ -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();
}

View File

@@ -2,7 +2,7 @@
package Conf;
$version = "2.0b1";
$version = "2.0alpha1";
$mainserver = "pakfire.ipfire.org";