Skip to content

Commit

Permalink
Update main2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNoelChannel authored Mar 30, 2024
1 parent f93ad63 commit 80e1eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd ~/TWRP
mkdir ~/.bin
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
python3 ~/.bin/repo init --depth=1 -u https://github.com/aosp-mirror/platform_manifest.git -b android-7.1.2_r11
python3 ~/.bin/repo init --depth=1 -u https://github.com/google-aosp/android.git -b 7.1.1_r13
git clone https://github.com/MSM8930-Samsung/android_device_samsung_loganreltexx.git -b cm-14.1 ~/TWRP/device/samsung/loganreltexx
git clone https://github.com/MSM8930-Samsung/android_kernel_samsung_msm8930-common -b cm-14.1 ~/TWRP/kernel/samsung/msm8930-common
git clone https://github.com/MSM8930-Samsung/proprietary_vendor_samsung_loganreltexx -b cm-14.1 ~/TWRP/vendor/samsung/loganreltexx
Expand Down

0 comments on commit 80e1eb3

Please sign in to comment.