2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-07 15:20:36 +00:00

Revert "nupd: minor change"

This reverts commit f8bfecf9f8
This commit is contained in:
Christopher Roy Bratusek 2018-09-07 17:13:24 +02:00
parent f8bfecf9f8
commit dfc6c29c25

View File

@ -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"