]> gitweb.fluxo.info Git - trashman.git/commitdiff
Fix: trashman: spotx: update repo and bump version
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 12 Jan 2024 18:28:48 +0000 (15:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 12 Jan 2024 18:28:48 +0000 (15:28 -0300)
share/trashman/spotx/unix/linux/install

index d69acfed23cfb7faf184cbea1fba5cbac525d02e..80b471dfd1b2f3b0dd1290f71116902bb56d6873 100755 (executable)
@@ -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