From f4bbf3bac038ef6505529488be88dbcf71a635f5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 20 Feb 2024 21:36:45 -0500 Subject: [PATCH] Update plex-install.sh fix GID mismatch --- install/plex-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/plex-install.sh b/install/plex-install.sh index 394bb6f0..64a895f3 100644 --- a/install/plex-install.sh +++ b/install/plex-install.sh @@ -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