Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 0dfd060

Browse files
committed
aaa thats 3 as
1 parent d1d2af1 commit 0dfd060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/image_payload/payload.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ case $1 in
88
abi=$(getprop ro.product.cpu.abi)
99

1010
if [[ "$abi" == "armeabi-v7a" ]]; then
11-
curl="$MODDIR/bin/curl/armeabi-v7a/curl"
11+
curl_bin="$MODDIR/bin/curl/armeabi-v7a/curl"
1212
elif [[ "$abi" == "arm64-v8a" ]]; then
13-
curl="$MODDIR/bin/curl/arm64-v8a/curl"
13+
curl_bin="$MODDIR/bin/curl/arm64-v8a/curl"
1414
fi
1515
if [ -e "$MODDIR/overlay.apk" ]; then
1616
pm install $MODDIR/overlay.apk

0 commit comments

Comments
 (0)