From 67edaf0193ad877a23f212738cf7521637859a62 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 11 Sep 2023 05:47:03 -0400 Subject: [PATCH] Update scrypted-install.sh remove `sudo` as the user is already `root` --- install/scrypted-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/scrypted-install.sh b/install/scrypted-install.sh index 348f0368..e51d3a65 100644 --- a/install/scrypted-install.sh +++ b/install/scrypted-install.sh @@ -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"