Skip to content

Commit

Permalink
Commit on 20180129 branch master 759942096
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Jan 29, 2018
1 parent ebf5a1f commit 032b770
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gen/setupTermuxArch.md5
@@ -1 +1 @@
3df34fcc582d61c050d3060d00c51b2c setupTermuxArch.tar.gz
915b3c0fe31f0816fda6ae7982b8962e setupTermuxArch.tar.gz
Binary file modified gen/setupTermuxArch.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/files/experimental/necessaryfunctions.sh
Expand Up @@ -168,7 +168,7 @@ preproot ()
proot --link2symlink -0 bsdtar -xpf $file ||:
fi
else
printf "Download Exception! Exiting!"
printf "\n\nDownload Exception! Exiting!\n\n"
exit
fi
echo du1
Expand Down
11 changes: 8 additions & 3 deletions scripts/files/stable/necessaryfunctions.sh
Expand Up @@ -157,10 +157,15 @@ makesystem ()

preproot ()
{
if [ $(getprop ro.product.cpu.abi) = x86_64 ] || [ $(getprop ro.product.cpu.abi) = x86 ];then
proot --link2symlink bsdtar -xpf $file --strip-components 1 2>/dev/null||:
if [ $(du ~/arch/*z | awk {'print $1}') -gt 112233 ];then
if [ $(getprop ro.product.cpu.abi) = x86_64 ] || [ $(getprop ro.product.cpu.abi) = x86 ];then
proot --link2symlink bsdtar -xpf $file --strip-components 1 2>/dev/null||:
else
proot --link2symlink bsdtar -xpf $file 2>/dev/null||:
fi
else
proot --link2symlink bsdtar -xpf $file 2>/dev/null||:
printf "\n\nDownload Exception! Exiting!\n\n"
exit
fi
}

Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch.md5
@@ -1 +1 @@
d8e59cba83fe576db0dfc6d6df04ecf4 setupTermuxArch.tar.gz
edc5828053730e12f6b42214b33bc390 setupTermuxArch.tar.gz
Binary file modified setupTermuxArch.tar.gz
Binary file not shown.

0 comments on commit 032b770

Please sign in to comment.