From: Silvio Rhatto Date: Fri, 12 Jan 2024 18:28:48 +0000 (-0300) Subject: Fix: trashman: spotx: update repo and bump version X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9c4a744878a1d3a143e18a338a07e6cbdcb3dd01;p=trashman.git Fix: trashman: spotx: update repo and bump version --- diff --git a/share/trashman/spotx/unix/linux/install b/share/trashman/spotx/unix/linux/install index d69acfe..80b471d 100755 --- a/share/trashman/spotx/unix/linux/install +++ b/share/trashman/spotx/unix/linux/install @@ -2,7 +2,8 @@ # Parameters SHARE="$1" -COMMIT="c954826f9e659b4a3a684c9903a1eeec2980b0b5" +REPO="https://github.com/Nuzair46/SpotX-Linux" +COMMIT="b3357f3f514351b5beea82687a1733faed4dcac4" # Include basic functions . $SHARE/trashman/functions || exit 1 @@ -12,7 +13,7 @@ trashman install spotify || exit 1 # Download if [ ! -d "/usr/local/src/spotx" ]; then - git clone https://github.com/SpotX-CLI/SpotX-Linux /usr/local/src/spotx || exit 1 + git clone $REPO /usr/local/src/spotx || exit 1 fi # Use the latest version