Skip to content

Commit

Permalink
build-termux: Update repo
Browse files Browse the repository at this point in the history
Signed-off-by: Naveen <[email protected]>
  • Loading branch information
elohim-etz committed Jan 28, 2025
1 parent 7492b5f commit 4bafbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ if [ -d revanced-modules ] || [ -f config.toml ]; then
cd ..
cp -f revanced-modules/config.toml .
rm -rf revanced-modules
git clone https://github.com/j-hc/revanced-magisk-module --recurse --depth 1
git clone https://github.com/elohim-etz/revanced-modules --recurse --depth 1
mv -f config.toml revanced-modules/config.toml
cd revanced-modules
fi
else
pr "Cloning revanced-modules."
git clone https://github.com/j-hc/revanced-magisk-module --depth 1
git clone https://github.com/elohim-etz/revanced-modules --depth 1
cd revanced-modules
sed -i '/^enabled.*/d; /^\[.*\]/a enabled = false' config.toml
grep -q 'revanced-modules' ~/.gitconfig 2>/dev/null ||
Expand Down

0 comments on commit 4bafbe7

Please sign in to comment.