From 9c4a744878a1d3a143e18a338a07e6cbdcb3dd01 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 12 Jan 2024 15:28:48 -0300 Subject: Fix: trashman: spotx: update repo and bump version --- share/trashman/spotx/unix/linux/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3