Revert "switch daemon to /api/oauth/usage endpoint"

This commit is contained in:
Hermann Björgvin
2026-05-24 20:04:07 +00:00
committed by GitHub
parent 912061f1ac
commit 12184549ff
4 changed files with 70 additions and 100 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ echo ""
# Check dependencies
echo "[1/3] Checking dependencies..."
for cmd in curl awk python3 bluetoothctl busctl; do
for cmd in curl awk bluetoothctl busctl; do
command -v "$cmd" >/dev/null || { echo "Error: $cmd is required but not installed"; exit 1; }
done
echo " All dependencies found"