mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-08 12:08:39 -06:00
Fix MacOS archive overwrite error
how did i not catch this
This commit is contained in:
2
run.sh
2
run.sh
@@ -25,7 +25,7 @@ if [ -z "$DOWNLOAD_URL" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
EXECUTABLE="spotify-player-quickauth"
|
EXECUTABLE="spotify-player-quickauth"
|
||||||
curl -Lso $EXECUTABLE $DOWNLOAD_URL
|
curl -Lso $EXECUTABLE.tar.gz $DOWNLOAD_URL
|
||||||
tar -xvf $EXECUTABLE
|
tar -xvf $EXECUTABLE
|
||||||
chmod +x $EXECUTABLE
|
chmod +x $EXECUTABLE
|
||||||
./$EXECUTABLE
|
./$EXECUTABLE
|
||||||
|
|||||||
Reference in New Issue
Block a user