mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update scrypted-install.sh
fix GID mismatch
This commit is contained in:
parent
35bcc0e894
commit
779849f337
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ fi
|
||||||
|
|
||||||
msg_info "Installing Scrypted"
|
msg_info "Installing Scrypted"
|
||||||
$STD npx -y scrypted@latest install-server
|
$STD npx -y scrypted@latest install-server
|
||||||
|
sed -i -e 's/^sgx:x:104:$/render:x:104:root/' -e 's/^render:x:106:root$/sgx:x:106:/' /etc/group
|
||||||
msg_ok "Installed Scrypted"
|
msg_ok "Installed Scrypted"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue