Update tdarr-install.sh

fix GID mismatch
This commit is contained in:
tteckster 2024-02-21 13:28:52 -05:00 committed by GitHub
parent 71ca43c7a2
commit 35bcc0e894
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ $STD unzip Tdarr_Updater.zip
rm -rf Tdarr_Updater.zip
chmod +x Tdarr_Updater
./Tdarr_Updater &>/dev/null
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 Tdarr"
msg_info "Creating Service"