diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-18 17:56:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-18 17:56:45 (EDT) |
commit | b9c7f301cd1d8a1862dc5498e72193df17a630d8 (patch) | |
tree | fd1e604d52577b6f9d4052b4b73ff7a53df53ac5 | |
parent | 5196095c351e624fb82199b50ba75000693a9aa0 (diff) |
prof_proteanos_feeds(): Fix hardcoded mirror
-rw-r--r-- | lib/profiles/proteanos.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/profiles/proteanos.sh b/lib/profiles/proteanos.sh index f45a45e..d63da58 100644 --- a/lib/profiles/proteanos.sh +++ b/lib/profiles/proteanos.sh @@ -97,8 +97,6 @@ prof_proteanos_feeds() local p= local s= - mirror='http://files.proteanos.com/pub/proteanos' - for a in "${arch}" 'all'; do for p in "${plat}" 'all'; do for s in 'base'; do |