mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-06 16:32:24 +01:00
Added 'libicu72' as a required package for Debian install script
This commit is contained in:
parent
b3d830c475
commit
103b1335b9
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ fi
|
|||
|
||||
app="sonarr"
|
||||
app_port="8989"
|
||||
app_prereq="curl sqlite3 wget"
|
||||
app_prereq="curl sqlite3 wget libicu72"
|
||||
app_umask="0002"
|
||||
branch="main"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue