32c8eb81af
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.
14 lines
216 B
Bash
Executable File
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 |