diff options
-rwxr-xr-x | bootstrap-prepare.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh index 6b65546..64162c6 100755 --- a/bootstrap-prepare.sh +++ b/bootstrap-prepare.sh @@ -152,8 +152,7 @@ prepare_packages() rand=$(($rand % 2)) case ${rand} in 0) - mirror='http://proteanos.mirror.gnu.dk' - mirror="${mirror}/pub/proteanos" + mirror='http://mirror.gnu.dk/pub/proteanos' ;; 1) mirror='http://mirror.oss.maxcdn.com/proteanos' |