Skip to content

Commit

Permalink
Commit on 20180129 branch master 971255848
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Jan 29, 2018
1 parent 032b770 commit 6cbfc74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/files/stable/necessaryfunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ preproot ()
{
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||:
proot --link2symlink -0 bsdtar -xpf $file --strip-components 1 2>/dev/null||:
else
proot --link2symlink bsdtar -xpf $file 2>/dev/null||:
proot --link2symlink -0 bsdtar -xpf $file 2>/dev/null||:
fi
else
printf "\n\nDownload Exception! Exiting!\n\n"
Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
edc5828053730e12f6b42214b33bc390 setupTermuxArch.tar.gz
f88f89a5b7ce6e488522c6880e2f8e06 setupTermuxArch.tar.gz
Binary file modified setupTermuxArch.tar.gz
Binary file not shown.

0 comments on commit 6cbfc74

Please sign in to comment.