Xonshiz / anime-dl

Anime-dl is a command-line program to download anime from CrunchyRoll and Funimation.
MIT License
229 stars 37 forks source link

auto.sh Auto Installer Script #58

Closed monoclex closed 6 years ago

monoclex commented 6 years ago

Upload updated auto.sh

This file has some minor changes I needed to make to the original installer script.

auto-installer.sh script works for Debian 9, Debian 8, and Debian 7. It has only been confirmed to work with Debian 9, but it should work with Debian 8 & 7. More support is needed for different versions.

curl https://raw.githubusercontent.com/SirJosh3917/anime-dl/auto-install/auto.sh | sudo bash

is the command that runs it. ( Note: the command is different in the readme, so be sure to look at it ) I have verified the script, and the command to work in Debian 9 on a VM.

Xonshiz commented 6 years ago

PR merged. Thanks for this (Y)