Fix incorrect local-build.sh invocation. The correct syntax is: ./secubox-tools/local-build.sh build <package> Not: ./secubox-tools/local-build.sh <package> Split into two separate build commands for clarity and proper output.
Add comprehensive deployment automation for SecuBox AppStore updates: - deploy-to-router.sh: Automated build and deploy script - Rebuilds packages - Copies to router - Installs with --force-reinstall - Restarts RPCD - Verifies installation - Tests RPC methods - DEPLOY_UPDATES.md: Complete deployment documentation - Quick deploy instructions - Verification steps - Troubleshooting guide - Package version tracking Usage: ./deploy-to-router.sh Or with custom router IP: ROUTER_IP=192.168.1.1 ./deploy-to-router.sh