Update unmanic-install.sh

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

View File

@ -37,6 +37,7 @@ fi
msg_info "Installing Unmanic"
$STD pip3 install unmanic
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 Unmanic"
msg_info "Creating Service"