From 10fedb9f19d20ea30e230b716027332a5f5c08b8 Mon Sep 17 00:00:00 2001 From: meijjaa Date: Tue, 29 Mar 2016 22:29:37 +0200 Subject: [PATCH] DO NOT MERGE temporary fix for broken wget script in CM13.0 CM13.0 is using a wrapper script for curl to mimic wget but it's still WiP and breaks the enable_nativebridge script. This patch explicitly uses busybox wget. Conflicts: nativebridge/bin/enable_nativebridge --- nativebridge/bin/enable_nativebridge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativebridge/bin/enable_nativebridge b/nativebridge/bin/enable_nativebridge index 70fe1cd..63b0c28 100644 --- a/nativebridge/bin/enable_nativebridge +++ b/nativebridge/bin/enable_nativebridge @@ -25,7 +25,7 @@ else else url=http://goo.gl/n6KtQa fi - wget $url -cO houdini$1.sfs && continue + busybox wget $url -cO houdini$1.sfs && continue rm -f houdini$1.sfs sleep 30 done -- 2.11.0