mirror of
https://github.com/xiaolu/mkbootimg_tools.git
synced 2026-02-14 05:59:29 +01:00
Warn user to use at own risk if busybox is not installed on the device.
This commit is contained in:
@@ -54,7 +54,7 @@ clean()
|
||||
|
||||
# Check for busybox
|
||||
if [ -z $busybox ]; then
|
||||
clear; pout "Busybox is NOT installed!\nThis may cause issues with the script!"
|
||||
clear; pout "Busybox is NOT installed!\nThis may cause issues with the script!\nUse at your own risk or install busybox!"; sleep 3
|
||||
fi
|
||||
|
||||
usage()
|
||||
|
||||
Reference in New Issue
Block a user