You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I will edit the script to include SONARR after the RADARR entry... Why has this not been done ? Any issues doing this as I did in this abstract of the script :
...
select app in lidarr prowlarr radarr sonarr readarr whisparr quit; do
case $app in
...
;;
radarr)
app_port="7878" # Default App Port; Modify config.xml after install if needed
app_prereq="curl sqlite3" # Required packages
app_umask="0002" # UMask the Service will run as
branch="master" # {Update me if needed} branch to install
break
;;
sonarr)
app_port="8989" # Default App Port; Modify config.xml after install if needed
app_prereq="curl sqlite3" # Required packages
app_umask="0002" # UMask the Service will run as
branch="master" # {Update me if needed} branch to install
break
;;
readarr)
app_port="8787" # Default App Port; Modify config.xml after install if needed
...
I'm sure I'm not the only one asking myself why it is not by default in it...
And my first impresion is : "There must be a valid reason why !"
Thanks for any support
The text was updated successfully, but these errors were encountered:
Hello,
I will edit the script to include SONARR after the RADARR entry... Why has this not been done ? Any issues doing this as I did in this abstract of the script :
I'm sure I'm not the only one asking myself why it is not by default in it...
And my first impresion is : "There must be a valid reason why !"
Thanks for any support
The text was updated successfully, but these errors were encountered: