summaryrefslogtreecommitdiff
path: root/al32-mktorrent.sh
diff options
context:
space:
mode:
Diffstat (limited to 'al32-mktorrent.sh')
-rwxr-xr-xal32-mktorrent.sh2
1 files changed, 1 insertions, 1 deletions
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")"