1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04:00

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

View File

@@ -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"