Skip to content

Commit

Permalink
Removed the notice about Repo v2.29.
Browse files Browse the repository at this point in the history
Uses git clone method instead of curl, using v2.29.
  • Loading branch information
carlodandan authored Oct 31, 2022
1 parent 624d2ef commit 92a18a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
- name: Install Git-Repo
run: |
mkdir ~/bin
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
git config --global advice.detachedHead false
git clone https://android.googlesource.com/tools/repo -b v2.29 ~/bin
chmod a+x ~/bin/repo
sudo ln -sf ~/bin/repo /usr/bin/repo
Expand Down

0 comments on commit 92a18a2

Please sign in to comment.