1
0
mirror of https://github.com/elisspace/rtinst.git synced 2026-08-31 00:22:31 +00:00

Update rutupgrade

This commit is contained in:
arakasi72
2017-01-31 00:28:33 +00:00
committed by GitHub
parent f0122351e1
commit bc07aad4e8

View File

@@ -110,6 +110,9 @@ if [ $ruflag = 0 ]; then
echo "Installing Rutorrent "$newvers
git clone https://github.com/Novik/ruTorrent.git /var/www/rutorrent >> /dev/null 2>&1
git clone https://github.com/autodl-community/autodl-rutorrent.git /var/www/rutorrent/plugins/autodl-irssi >> /dev/null 2>&1
#temp check hash fix
sed -i "s/\"get_bind\"\, \"get_check_hash\"/\"get_check_hash\"\, \"get_bind\"/g" /var/www/rutorrent/plugins/httprpc/action.php
rm -r /var/www/rutorrent/conf >> /dev/null 2>&1
cp -r $HOME/rutorrent_old/conf /var/www/rutorrent/conf >> /dev/null 2>&1