Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
packages
parrot
apt-parrot
Commits
b01263c6
Commit
b01263c6
authored
Jan 18, 2016
by
EclipseSpark
Browse files
add dasaweb and yfgao mirrors
parent
b903fcbc
Changes
25
Hide whitespace changes
Inline
Side-by-side
apt-parrot_2.5.7-
5
_all/etc/apt/templates/usa/parrot.list
→
apt-parrot_2.5.7-
6
_all/etc/apt/templates/usa/parrot.list
View file @
b01263c6
File moved
apt-parrot_2.5.7-
5
_all/etc/apt/templates/usa2/parrot.list
→
apt-parrot_2.5.7-
6
_all/etc/apt/templates/usa2/parrot.list
View file @
b01263c6
File moved
apt-parrot_2.5.7-
5
_all/etc/apt/templates/usa3/parrot.list
→
apt-parrot_2.5.7-
6
_all/etc/apt/templates/usa3/parrot.list
View file @
b01263c6
File moved
apt-parrot_2.5.7-
5
_all/etc/apt/templates/usa4/parrot.list
→
apt-parrot_2.5.7-
6
_all/etc/apt/templates/usa4/parrot.list
View file @
b01263c6
File moved
apt-parrot_2.5.7-
5
_all/usr/bin/parrot-mirror-selector
→
apt-parrot_2.5.7-
6
_all/usr/bin/parrot-mirror-selector
View file @
b01263c6
...
...
@@ -14,8 +14,10 @@ MIRRORS
euro2 - 250 Mbps - europe - france (FROZENBOX)
euro3 - 20 Gbps - europe - germany (RWTH-AACHEN)
euro4 - ? - europe - england (SMOOTHOSTING)
euro6 - 1 Gbps - europe - italy (dasaweb)
asia - 1 Gbps - asia - russia (YANDEX)
asia2 - 1 Gbps - asia - bangladesh (DHAKACOM)
asia3 - 250 Mbps - asia - china (YFGAO)
sam - 100 Mbps - south america - ecuador (CEDIA)
sam2 - 100 Mbps - south america - ecuador (ESPOCH)
sam3 - 100 Mbps - south america - ecuador (UTA)
...
...
@@ -65,6 +67,10 @@ function euro4() {
cat
/etc/apt/templates/euro4/parrot.list
>
/etc/apt/sources.list.d/parrot.list
}
function
euro6
()
{
cat
/etc/apt/templates/euro6/parrot.list
>
/etc/apt/sources.list.d/parrot.list
}
function
asia
()
{
cat
/etc/apt/templates/asia/parrot.list
>
/etc/apt/sources.list.d/parrot.list
...
...
@@ -74,6 +80,9 @@ function asia2() {
cat
/etc/apt/templates/asia2/parrot.list
>
/etc/apt/sources.list.d/parrot.list
}
function
asia4
()
{
cat
/etc/apt/templates/asia3/parrot.list
>
/etc/apt/sources.list.d/parrot.list
}
function
sam
()
{
cat
/etc/apt/templates/sam/parrot.list
>
/etc/apt/sources.list.d/parrot.list
...
...
@@ -125,12 +134,18 @@ case $1 in
euro4
)
euro4
;;
euro6
)
euro6
;;
asia
)
asia
;;
asia2
)
asia2
;;
asia3
)
asia3
;;
sam
)
sam
;;
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment