Added 'libicu72' as a required package for Debian install script

This commit is contained in:
Cybertinus 2025-06-10 02:11:17 +02:00 committed by GitHub
parent b3d830c475
commit 103b1335b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ fi
app="sonarr" app="sonarr"
app_port="8989" app_port="8989"
app_prereq="curl sqlite3 wget" app_prereq="curl sqlite3 wget libicu72"
app_umask="0002" app_umask="0002"
branch="main" branch="main"