- webtorrent - A tool to stream torrent.
npm install webtorrent-cli -g
cURL notflix to your $PATH and give execute permissions.
$ sudo curl -sL "https://raw.githubusercontent.com/quickcodes/notflix/main/notflix" -o /usr/local/bin/notflix
$ sudo chmod 777 /usr/local/bin/notflix- To update, just do
curlagain, no need tochmodanymore. - To uninstall, simply remove
notflixfrom your $PATH, for examplesudo rm -f /usr/local/bin/notflix.
This project is licensed under GPL-3.0.