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
No known key found for this signature in database

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"