From 34833cb5e2e6852d85aaaf5806aef31fd587fd3f Mon Sep 17 00:00:00 2001 From: arakasi72 Date: Sun, 22 Aug 2021 10:26:41 +0100 Subject: [PATCH] Update rtupdate --- scripts/rtupdate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/rtupdate b/scripts/rtupdate index fd715ee..889de19 100755 --- a/scripts/rtupdate +++ b/scripts/rtupdate @@ -145,9 +145,9 @@ echo "Fetching source files" # git clone -q -b feature-bind --single-branch https://github.com/rakshasa/libtorrent.git libtorrent-$libvers # git clone -q -b feature-bind --single-branch https://github.com/rakshasa/rtorrent.git rtorrent-$rtvers #else - curl -# https://github.com/rakshasa/rtorrent-archive/raw/master/libtorrent-$libvers.tar.gz + curl -LOJ https://github.com/rakshasa/rtorrent-archive/raw/master/libtorrent-$libvers.tar.gz tar -xzf libtorrent-$libvers.tar.gz - curl -# https://github.com/rakshasa/rtorrent-archive/raw/master/libtorrent-$rtvers.tar.gz + curl -LOJ https://github.com/rakshasa/rtorrent-archive/raw/master/libtorrent-$rtvers.tar.gz tar -xzf libtorrent-$rtvers.tar.gz #fi