mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-07 15:20:36 +00:00
parent
f8bfecf9f8
commit
dfc6c29c25
@ -16,7 +16,7 @@ update_apk () {
|
|||||||
|
|
||||||
rm -f ${APK_DIR}/${apk_o}
|
rm -f ${APK_DIR}/${apk_o}
|
||||||
busybox wget ${2} -O ${APK_DIR}/${apk_o} || error "failed to download ${apk_p}"
|
busybox wget ${2} -O ${APK_DIR}/${apk_o} || error "failed to download ${apk_p}"
|
||||||
pm install -rd ${APK_DIR}/${apk_o} || error "failed to install ${apk_p}"
|
pm install -r ${APK_DIR}/${apk_o} || error "failed to install ${apk_p}"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
error "wget is not installed, install Busybox"
|
error "wget is not installed, install Busybox"
|
||||||
|
Loading…
Reference in New Issue
Block a user