Skip to content

Commit

Permalink
Merge pull request #196 from cbkste/fix-autodl
Browse files Browse the repository at this point in the history
fix(setup): fix autodl wget missing pipped param
  • Loading branch information
amefs authored Dec 28, 2020
2 parents a2c75d2 + 5a88df1 commit b78a75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/quickbox-setup
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ function _autodl() {
mkdir -p "/home/${username}/.irssi/scripts/autorun/" >>"${OUTTO}" 2>&1
cd "/home/${username}/.irssi/scripts/"
# Grab the most recent version of AutoDL-trackers
curl -sL http://git.io/vlcND | grep -Po '(?<="browser_download_url": ")(.*-v[\d.]+.zip)' | xargs wget --quiet -O autodl-irssi.zip
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 >>"${OUTTO}" 2>&1
rm autodl-irssi.zip
cp -f autodl-irssi.pl autorun/
Expand Down

0 comments on commit b78a75c

Please sign in to comment.