make curl less verbose

This commit is contained in:
Tim Vahlbrock
2026-05-10 12:58:00 +02:00
committed by Tobias Gesellchen
parent 7d410eef24
commit 3da023aa78
-2
View File
@@ -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"