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
d79f0ced
Commit
d79f0ced
authored
Jan 12, 2016
by
EclipseSpark
Browse files
add lagoon mirror
parent
7637f152
Changes
21
Hide whitespace changes
Inline
Side-by-side
apt-parrot_2.5.7-
1
_all/usr/bin/parrot-mirror-selector
→
apt-parrot_2.5.7-
2
_all/usr/bin/parrot-mirror-selector
View file @
d79f0ced
...
...
@@ -11,6 +11,7 @@ MIRRORS
us3 - 1 Gbps - north america - new york (CLARKSON)
eu - 10 Gbps - europe - italy (GARR)
eu2 - 250 Mbps - europe - france (FROZENBOX)
eu3 - 1 Gbps - europe - france (LAGOON)
eu4 - ? - europe - england (SMOOTHOSTING)
asia - 1 Gbps - asia - russia (YANDEX)
asia2 - 1 Gbps - asia - bangladesh (DHAKACOM)
...
...
@@ -50,6 +51,10 @@ function eu2() {
cat
/etc/apt/templates/eu2/parrot.list
>
/etc/apt/sources.list.d/parrot.list
}
function
eu3
()
{
cat
/etc/apt/templates/eu3/parrot.list
>
/etc/apt/sources.list.d/parrot.list
}
function
eu4
()
{
cat
/etc/apt/templates/eu4/parrot.list
>
/etc/apt/sources.list.d/parrot.list
}
...
...
@@ -100,6 +105,9 @@ case $1 in
eu2
)
eu2
;;
eu3
)
eu3
;;
eu4
)
eu4
;;
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
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