This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Update & Upgrade the System | |
| sudo apt-get update | |
| sudo apt-get upgrade | |
| # Install dependencies there might be more based on your system | |
| # However below instructions are for the fresh Ubuntu install/server | |
| # Please carefully watch the logs because if something could not be install | |
| # You have to make sure it is installed properly by trying the command or that particular | |
| # dependency again |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # INFO | |
| # | |
| # This works if sonarr and radarr are set up to have a Category of sonarr and radarr respectively | |
| # If you are using other Categories to save your automated downloads, update the script where you see: | |
| # "radarr"|"sonarr") | |
| # This script will not touch anything outside those Categories |
OlderNewer