Update Deluge_install.sh

This commit is contained in:
jerry048 2021-12-15 13:37:19 +08:00 committed by GitHub
parent 08809fd1bb
commit 7b665e4f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ dewebport=8112
function Deluge_download {
normal_1; echo "Downloading Deluge and its dependencies"; normal_2
if [[ "${Deluge_minver}" =~ "1.3." ]]; then
if [[ "${Deluge_minver}" =~ "1.3" ]]; then
while true; do
result=$(wget -4 http://download.deluge-torrent.org/source/$Deluge_minver/deluge-$Deluge_rev.tar.xz 2>&1)
if [[ ! $result =~ 404 ]]; then
@ -15,7 +15,7 @@ function Deluge_download {
sleep 2
done
apt-get -qqy install libboost-all-dev libboost-dev python python-twisted python-openssl python-setuptools intltool python-xdg python-chardet geoip-database python-notify python-pygame python-glade2 librsvg2-common xdg-utils python-mako
# elif [[ "${Deluge_minver}" =~ "2.0." ]]; then
# elif [[ "${Deluge_minver}" =~ "2.0" ]]; then
# while true; do
# result=$(wget -4 http://download.deluge-torrent.org/source/$Deluge_minver/deluge-$Deluge_rev.tar.xz 2>&1)
# if [[ ! $result =~ 404 ]]; then