Remove archive, fix archive name in extract step

This commit is contained in:
2024-10-03 13:47:38 -05:00
parent 0073bb68a4
commit 93a60aa168

5
run.sh
View File

@@ -26,7 +26,8 @@ fi
EXECUTABLE="spotify-player-quickauth"
curl -Lso $EXECUTABLE.tar.gz $DOWNLOAD_URL
tar -xvf $EXECUTABLE
tar -xvf $EXECUTABLE.tar.gz $EXECUTABLE
chmod +x $EXECUTABLE
./$EXECUTABLE
rm $EXECUTABLE
rm $EXECUTABLE
rm $EXECUTABLE.tar.gz