mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 00:26:29 +00:00
make curl less verbose
This commit is contained in:
committed by
Tobias Gesellchen
parent
7d410eef24
commit
3da023aa78
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user