mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-24 05:25:30 +00:00
Update plex-install.sh
fix GID mismatch
This commit is contained in:
parent
ca280c5fac
commit
f4bbf3bac0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user