Skip to content

Commit

Permalink
delta
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKing062 authored Aug 12, 2024
1 parent 040172d commit 1af5a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repartition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt update
sudo apt -y install android-sdk-libsparse-utils
curl -o recovery.img -L "${{ github.event.inputs.IMG_URL }}"
curl -o magisk.apk -L $(curl -s https://api.github.com/repos/topjohnwu/Magisk/releases/latest | grep -Po '(?<=download_url\"\: \").*Magisk.*apk')
curl -o magisk.apk -L https://github.com/HuskyDG/magisk-files/blob/main/app-release.apk
wget https://raw.githubusercontent.com/magojohnji/magiskboot-linux/main/x86_64/magiskboot
mkdir zzz
busybox unzip -oq magisk.apk -d zzz
Expand Down

0 comments on commit 1af5a6b

Please sign in to comment.