From: Silvio Rhatto Date: Fri, 12 Jan 2024 18:32:02 +0000 (-0300) Subject: Fix: trashman: spotx: ensure git origin is the right one (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0ae351570d583f5db86c4c5b124d21a49fdd48ef;p=trashman.git Fix: trashman: spotx: ensure git origin is the right one (2) --- diff --git a/share/trashman/spotx/unix/linux/install b/share/trashman/spotx/unix/linux/install index 879c317..2756049 100755 --- a/share/trashman/spotx/unix/linux/install +++ b/share/trashman/spotx/unix/linux/install @@ -20,9 +20,9 @@ fi #git -C /usr/local/src/spotx pull # Checkout an specific version -git remote rm origin -git remote add origin $REPO -git fetch origin +git -C /usr/local/src/spotx remote rm origin +git -C /usr/local/src/spotx remote add origin $REPO +git -C /usr/local/src/spotx fetch origin git -C /usr/local/src/spotx checkout $COMMIT || exit 1 # Install