Skip to content

Commit

Permalink
Fix remote installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kira-NT committed Nov 5, 2024
1 parent 84baa23 commit 52f2b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ install_remote() {
git clone "${REPO}" --depth 1 --branch \
"$(git ls-remote --tags --sort="-v:refname" "${REPO}" | head -n 1 | cut -d/ -f3)" && \
[ -n "${REPO##*/}" ] && \
[ -f "./${REPO##*/}/install" ] && \
[ -f "./${REPO##*/}/install.sh" ] && \
cd "./${REPO##*/}" || \
return

Expand Down

0 comments on commit 52f2b04

Please sign in to comment.