Skip to content

Commit

Permalink
Update update_magisk.sh
Browse files Browse the repository at this point in the history
corrected magisk 26.3 latest change (dash to point)
  • Loading branch information
JimmyFlo authored Sep 22, 2023
1 parent 06d25a6 commit 8ff8cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/magisk/update_magisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
else
nver="$1"
fi
magisk_link="https://github.com/topjohnwu/Magisk/releases/download/${nver}/Magisk-${nver}.apk"
magisk_link="https://github.com/topjohnwu/Magisk/releases/download/${nver}/Magisk.${nver}.apk"
fi

if [ \( -n "$nver" \) -a \( "$nver" != "$ver" \) -o ! \( -f "$DIR/magiskinit" \) -o \( "$nver" = "canary" \) -o \( "$nver" = "alpha" \) ]
Expand Down

0 comments on commit 8ff8cc2

Please sign in to comment.