mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
make curl verbose
This commit is contained in:
committed by
Tobias Gesellchen
parent
bd2e594ba8
commit
b2dc2cb802
@@ -12,6 +12,7 @@ echo "Installing Aftertouch $VERSION ..."
|
||||
mkdir -p /opt/aftertouch
|
||||
curl \
|
||||
-sSL \
|
||||
-v \
|
||||
-o /media/aftertouch/binary \
|
||||
--fail \
|
||||
"$BINARY_URL"
|
||||
@@ -22,6 +23,7 @@ chmod +x /opt/aftertouch/aftertouch-service
|
||||
echo "Creating init script..."
|
||||
curl \
|
||||
-sSL \
|
||||
-v \
|
||||
-o /media/aftertouch/init-script \
|
||||
--fail \
|
||||
"$INIT_SCRIPT_URL"
|
||||
|
||||
Reference in New Issue
Block a user