Update plex-install.sh

fix GID mismatch
This commit is contained in:
tteckster 2024-02-20 21:36:45 -05:00 committed by GitHub
parent ca280c5fac
commit f4bbf3bac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ msg_ok "Set Up Plex Media Server Repository"
msg_info "Installing Plex Media Server"
$STD apt-get update
$STD apt-get -o Dpkg::Options::="--force-confold" install -y plexmediaserver
sed -i '/^render:x:108:root$/d; s/^ssl-cert:x:104:plex$/render:x:104:root,plex/' /etc/group
msg_ok "Installed Plex Media Server"
motd_ssh