From 2bcae8e080893c4cc12c965c9f25007fa74d7e21 Mon Sep 17 00:00:00 2001 From: Kamal Nasser Date: Mon, 4 May 2015 14:07:42 +0300 Subject: [PATCH] Use official DigitalOcean repo mirrors --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e32da47..afbd7de 100755 --- a/install.sh +++ b/install.sh @@ -32,7 +32,7 @@ run_from_file() { ######################################## # mirror from which to download packages -archlinux_mirror="https://mirrors.kernel.org/archlinux/" +archlinux_mirror="http://mirrors.digitalocean.com/archlinux" # migrate over home directories preserve_home_directories=true