aboutsummaryrefslogtreecommitdiffstats
path: root/mirrors.php
diff options
context:
space:
mode:
Diffstat (limited to 'mirrors.php')
-rw-r--r--mirrors.php17
1 files changed, 16 insertions, 1 deletions
diff --git a/mirrors.php b/mirrors.php
index f36f9a2bd..392e3b0d6 100644
--- a/mirrors.php
+++ b/mirrors.php
@@ -11,7 +11,13 @@ $mirrors = array(
)
),
'Czech Republic' => array(
- 'Praha' => array('http://mageia.supp.name/')
+ 'Praha' => array(
+ 'http://mageia.supp.name/'
+ ),
+ '?' => array(
+ 'ftp://ftp.sh.cvut.cz/MIRRORS/mageia/',
+ 'http://ftp.sh.cvut.cz/MIRRORS/mageia/'
+ )
),
'Deutschland' => array(
'Erfurt' => array(
@@ -33,7 +39,16 @@ $mirrors = array(
'ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/'
)
),
+ 'Ελλάδα' => array(
+ 'Ηράκλειον' => array(
+ 'http://ftp.cc.uoc.gr/mirrors/linux/mageia',
+ 'ftp://ftp.cc.uoc.gr/mirrors/linux/mageia'
+ )
+ ),
'Schweitz' => array(
+ 'Geneva' => array(
+ 'http://mageia.unige.ch/mirror/'
+ ),
'Lucern' => array(
'ftp://ftp.LinuxCabal.org/pub/mirrors/Mageia/'
)