Add quick workaround to permissions issue

Ref: jellyfin/jellyfin-packaging#37
This commit is contained in:
Joshua M. Boniface 2024-08-25 23:26:07 -04:00
parent 8eadddf9a8
commit db5f40b023
2 changed files with 3 additions and 1 deletions

View File

@ -229,6 +229,8 @@ echo
# Install Jellyfin using the metapackage (which will fetch jellyfin-server, jellyfin-web, and jellyfin-ffmpeg[5]
echo "> Installing Jellyfin."
apt install --yes jellyfin
# Works around https://github.com/jellyfin/jellyfin-packaging/issues/37 for now
chown -R jellyfin:adm /etc/jellyfin
# shellcheck disable=SC2181
# We don't want to explicitly include the command in the 'if' for readibility
if [[ $? -gt 0 ]]; then

View File

@ -1 +1 @@
0f6ec99942c02dfacea75cf5168cad11b18bd06c64ce60cdcfe2f6e5e0908fe7 install-debuntu.sh
a73f7bf5875d40b3cd72ebdf17c319cc2c190f59355c8cc8f2629e458f9a918b install-debuntu.sh