mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-28 22:01:50 +00:00
Change radare2 download URL to GitHub releases
Was stored on Hetzner beforehand which is not future-proof.
This commit is contained in:
@@ -35,10 +35,10 @@ unzip -d "$UNZIP_DIR" -oq "$ZIPFILE" || {
|
||||
set_perm "$BUSYBOX" 0 0 755
|
||||
set_perm "$XZ" 0 0 755
|
||||
|
||||
# The bundled radare2 is a custom build that works without Termux: https://github.com/devnoname120/radare2
|
||||
# The bundled radare2 is a custom build that works without Termux: https://github.com/devnoname120/radare2/releases/tag/5.9.8-android-aln
|
||||
ui_print "Extracting radare2 to /data/local/tmp/aln_unzip..."
|
||||
$BUSYBOX tar xzf "$UNZIP_DIR/radare2-5.9.9-android-aarch64.tar.gz" -C / || {
|
||||
abort "Failed to extract "$UNZIP_DIR/radare2-5.9.9-android-aarch64.tar.gz"."
|
||||
$BUSYBOX tar xf "$UNZIP_DIR/radare2-5.9.9-android-aarch64-aln.tar.gz" -C / || {
|
||||
abort "Failed to extract "$UNZIP_DIR/radare2-5.9.9-android-aarch64-aln.tar.gz"."
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user