diff options
| author | Thomas Büttner <thomas@vergesslicher.tech> | 2019-01-11 17:02:52 +0100 |
|---|---|---|
| committer | Thomas Büttner <thomas@vergesslicher.tech> | 2019-01-11 17:02:52 +0100 |
| commit | 101f47b6d40a7ce6150a29685f047221001314ce (patch) | |
| tree | edaa4b4e60f3aaa73309f5e7b6aab08cb3fc4a48 | |
| parent | b6c0e5d4720e71165259f5d6788dd239abfc5dcd (diff) | |
Fix typo
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
| -rw-r--r-- | rpm-package/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm-package/README.md b/rpm-package/README.md index 1449b54cc..7ed6f7efc 100644 --- a/rpm-package/README.md +++ b/rpm-package/README.md @@ -20,7 +20,7 @@ $ sudo yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpm ## ISO mounting -To allow Jellyfin to mount/umonut ISO files uncomment these two lines in `/etc/sudoers.d/jellyfin-sudoers` +To allow Jellyfin to mount/umount ISO files uncomment these two lines in `/etc/sudoers.d/jellyfin-sudoers` ``` # %jellyfin ALL=(ALL) NOPASSWD: /bin/mount # %jellyfin ALL=(ALL) NOPASSWD: /bin/umount |
