Skip to content

Commit

Permalink
fix: use correct url for script
Browse files Browse the repository at this point in the history
  • Loading branch information
decipher3114 committed Nov 11, 2024
1 parent 4a75ea4 commit ddfa66e
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
@@ -1,5 +1,5 @@
#!/usr/bin/bash
[ -z "$TERMUX_VERSION" ] && echo -e "Termux not detected !!" && exit 1
BIN="$PREFIX/bin/revancify"
curl -sL "https://raw.githubusercontent.com/decipher3114/Revancify/main/revancify" -O "$BIN"
curl -sL "https://github.com/decipher3114/Revancify/raw/refs/heads/bump/v2.0/revancify" -O "$BIN"
[ -e "$BIN" ] && chmod +x "$BIN" && "$BIN"

0 comments on commit ddfa66e

Please sign in to comment.