summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall6
1 files changed, 3 insertions, 3 deletions
diff --git a/install b/install
index 7a78100..6ea52ec 100755
--- a/install
+++ b/install
@@ -74,9 +74,9 @@ archname = 'illumos-amd64'
# Dyson mirrors:
mirror = None
mirrors = [
- ('http://ftp.nluug.nl/os/illumos/dyson/apt/', 'Netherlands'),
- ('http://mirror-us.osdyson.org/apt/', 'USA'),
- ('http://apt.osdyson.org', 'Japan'),
+ ('http://ftp.nluug.nl/os/illumos/dyson/apt', 'Netherlands'),
+ ('http://mirror.yandex.ru/mirrors/apt.osdyson.org/apt', 'Russia'),
+ ('http://apt.osdyson.org', 'Germany'),
]
apt_cache = None # APT cache, used to check if package exists, updated after 'apt-get update'