From 3da023aa780eab4eb6ac364c01da8410dda7d2df Mon Sep 17 00:00:00 2001 From: Tim Vahlbrock Date: Sun, 10 May 2026 12:13:36 +0200 Subject: [PATCH] make curl less verbose --- scripts/on-device-install/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/on-device-install/install.sh b/scripts/on-device-install/install.sh index e01fec4..2609195 100644 --- a/scripts/on-device-install/install.sh +++ b/scripts/on-device-install/install.sh @@ -12,7 +12,6 @@ echo "Installing Aftertouch $VERSION ..." mkdir -p /opt/aftertouch curl \ -sSL \ - -v \ -o /tmp/aftertouch/binary \ --fail \ "$BINARY_URL" @@ -23,7 +22,6 @@ chmod +x /opt/aftertouch/aftertouch-service echo "Creating init script..." curl \ -sSL \ - -v \ -o /tmp/aftertouch/init-script \ --fail \ "$INIT_SCRIPT_URL"