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

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

This reverts commit 103b1335b9.
This commit is contained in:
Mark McDowall
2025-06-10 06:33:52 -07:00
parent f977b8ba1b
commit 4b50861a6b

View File

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