switch daemon to /api/oauth/usage endpoint

This commit is contained in:
Brian Pugh
2026-05-24 15:26:43 -04:00
parent efc5641840
commit 525ebe8921
4 changed files with 100 additions and 70 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ echo ""
# Check dependencies
echo "[1/3] Checking dependencies..."
for cmd in curl awk bluetoothctl busctl; do
for cmd in curl awk python3 bluetoothctl busctl; do
command -v "$cmd" >/dev/null || { echo "Error: $cmd is required but not installed"; exit 1; }
done
echo " All dependencies found"