From d8c058f9e333ae7d99030c64f9c19c47b3a35085 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
Date: Wed, 01 Oct 2014 20:33:55 -0400
Subject: profile/proteanos: Update list of mirrors

---
(limited to 'lib/profile')

diff --git a/lib/profile/proteanos.sh b/lib/profile/proteanos.sh
index 5e7d06c..2e0739c 100644
--- a/lib/profile/proteanos.sh
+++ b/lib/profile/proteanos.sh
@@ -95,12 +95,15 @@ prof_proteanos_select_mirror()
 	local mirror=
 
 	rand=$(date '+%S')
-	rand=$(($rand % 2))
+	rand=$(($rand % 3))
 	case ${rand} in
 		0)
-			mirror='http://mirror.gnu.dk/pub/proteanos'
+			mirror='http://us.mirror.gnu.dk/pub/proteanos'
 			;;
 		1)
+			mirror='http://eu.mirror.gnu.dk/pub/proteanos'
+			;;
+		2)
 			mirror='http://mirror.oss.maxcdn.com/proteanos'
 			;;
 	esac
--
cgit v0.9.1