Files
android_bootable_recovery/prebuilt/bbinstall.sh
T
Dees_Troy 32c8eb81af Make text appear in GUI console, Zip install works.
Move TW zip install code to C++ so that it can use the
ui->functions.
Bring in mincrypt code to fix a crash during signature
checking.
2012-09-12 15:14:38 -04:00

14 lines
216 B
Bash
Executable File

#!/sbin/sh
if [ -f "/sbin/[" ];
then
exit
fi
for cmd in $(/sbin/busybox --list); do
/sbin/busybox ln -s /sbin/busybox /sbin/$cmd
done
ln -sf /sbin/pigz /sbin/gzip
ln -sf /sbin/unpigz /sbin/gunzip
rm /sbin/mkdosfs