Browse Source

Update scrypted-install.sh

remove `sudo` as the user is already `root`
tteckster 1 year ago
parent
commit
67edaf0193
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/scrypted-install.sh

+ 1 - 1
install/scrypted-install.sh

@@ -108,7 +108,7 @@ msg_ok "Coral Edge TPU Support Added"
 fi
 fi
 
 
 msg_info "Installing Scrypted"
 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_ok "Installed Scrypted"
 
 
 msg_info "Creating Service"
 msg_info "Creating Service"