mirror of
https://github.com/jellyfin/jellyfin-repo-helper-scripts.git
synced 2024-11-27 00:00:38 +00:00
Add quick workaround to permissions issue
Ref: jellyfin/jellyfin-packaging#37
This commit is contained in:
parent
8eadddf9a8
commit
db5f40b023
@ -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
|
||||
|
@ -1 +1 @@
|
||||
0f6ec99942c02dfacea75cf5168cad11b18bd06c64ce60cdcfe2f6e5e0908fe7 install-debuntu.sh
|
||||
a73f7bf5875d40b3cd72ebdf17c319cc2c190f59355c8cc8f2629e458f9a918b install-debuntu.sh
|
||||
|
Loading…
Reference in New Issue
Block a user