From f39a7ec765dc05e04b315d538634140f7f323398 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 19 Jul 2019 13:48:05 +0200 Subject: al32-mktorrent.sh: change tracker url to our own --- al32-mktorrent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/al32-mktorrent.sh b/al32-mktorrent.sh index 0abdab9..6c01aff 100755 --- a/al32-mktorrent.sh +++ b/al32-mktorrent.sh @@ -85,7 +85,7 @@ function create_torrent_for_arch () { if [ -f "$iso_string.torrent" ] ; then rm "$iso_string.torrent" fi - mktorrent --announce=http://dopsi.ch:6969/announce --web-seed="$(join_by ',' "${available_mirrors[@]}")" "$iso_string" + mktorrent --announce=http://archlinux32.org:6969/announce --web-seed="$(join_by ',' "${available_mirrors[@]}")" "$iso_string" echo -e "$fg_reset${fg_bold}Create magnet link...$fg_reset" magnet_link="$(transmission-show --magnet "$iso_string.torrent")" -- cgit v1.2.3-54-g00ecf