Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- mkdir /mnt/cache/Media
- chmod -R u-x,go-rwx,go+u,ugo+X /mnt/cache/Media
- chown -R nobody:users /mnt/cache/Media
- pip install plexapi -r /mnt/cache/appdata/plexcache/requirements.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement