Skip to content

Commit

Permalink
Added autodlirssi install
Browse files Browse the repository at this point in the history
  • Loading branch information
Paladin-z committed Dec 2, 2015
1 parent 6b131c6 commit 69d1991
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions seedbox-from-scratch.sh
Expand Up @@ -560,6 +560,16 @@ make install
cd /var/www/rutorrent/plugins
svn co https://svn.code.sf.net/p/autodl-irssi/code/trunk/rutorrent/autodl-irssi
cd autodl-irssi
cp _conf.php conf.php
chown -R www-data:www-data conf.php
mkdir -p /home/$NEWUSER1/.irssi/scripts/autorun
cd /home/$NEWUSER1/.irssi/script
curl -sL http://git.io/vlcND | grep -Po '(?<="browser_download_url": ")(.*-v[\d.]+.zip)' | xargs wget --quiet -O autodl-irssi.zip
unzip -o autodl-irssi.zip
rm autodl-irssi.zip
cp autodl-irssi.pl autorun/
mkdir -p /home/$NEWUSER1/.autodl
touch /home/$NEWUSER1/autodl.cfg

# 30.

Expand Down

0 comments on commit 69d1991

Please sign in to comment.