Update scrypted-install.sh

remove `sudo` as the user is already `root`
This commit is contained in:
tteckster 2023-09-11 05:47:03 -04:00 committed by GitHub
parent c10678e251
commit 67edaf0193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ msg_ok "Coral Edge TPU Support Added"
fi
msg_info "Installing Scrypted"
$STD sudo -u root npx -y scrypted@latest install-server
$STD npx -y scrypted@latest install-server
msg_ok "Installed Scrypted"
msg_info "Creating Service"