Skip to content

Commit

Permalink
Commit on 20180214 branch master 193611462
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Feb 14, 2018
1 parent 1d97713 commit ff64863
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Expand Up @@ -20,7 +20,7 @@

[@brysgo](https://github.com/brysgo) helped debug Chromebook. Result: setupTermuxArch.sh improved!

[@Codimiracle](https://github.com/Codimiracle) submitted and discussed issue https://github.com/sdrausty/TermuxArch/issues/46 "TermuxArch setup scripts has some error in Android x86_64(RemixOS 2.0.513) in Termux". Result: setupTermuxArch.sh improved!
[@Codimiracle](https://github.com/Codimiracle) submitted, discussed issue https://github.com/sdrausty/TermuxArch/issues/46 "TermuxArch setup scripts has some error in Android x86_64(RemixOS 2.0.513) in Termux" and suggested solutions, thereby resolving the matter. Result: setupTermuxArch.sh improved!

[@developer787](https://github.com/developer787) submitted an issue. Result: setupTermuxArch.sh improved!

Expand Down
2 changes: 1 addition & 1 deletion scripts/files/stable/necessaryfunctions.sh
Expand Up @@ -129,7 +129,7 @@ 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

else
proot --link2symlink -0 bsdtar -xpf $file
Expand Down
2 changes: 1 addition & 1 deletion scripts/files/stable/setupTermuxArch.sh
Expand Up @@ -381,7 +381,7 @@ bin=startarch
dm=wget
dmverbose="-q"
#dmverbose="-v"
versionid="v0.8 id063799017"
versionid="v0.8 id193611462"


if [[ $1 = [Cc][Dd]* ]] || [[ $1 = -[Cc][Dd]* ]] || [[ $1 = --[Cc][Dd]* ]] || [[ $1 = [Cc][Ss]* ]] || [[ $1 = -[Cc][Ss]* ]] || [[ $1 = --[Cc][Ss]* ]];then
Expand Down
2 changes: 1 addition & 1 deletion scripts/files/working/necessaryfunctions.sh
Expand Up @@ -129,7 +129,7 @@ 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

else
proot --link2symlink -0 bsdtar -xpf $file
Expand Down
2 changes: 1 addition & 1 deletion scripts/files/working/setupTermuxArch.sh
Expand Up @@ -381,7 +381,7 @@ bin=startarch
dm=wget
dmverbose="-q"
#dmverbose="-v"
versionid="v0.8 id063799017"
versionid="v0.8 id193611462"


if [[ $1 = [Cc][Dd]* ]] || [[ $1 = -[Cc][Dd]* ]] || [[ $1 = --[Cc][Dd]* ]] || [[ $1 = [Cc][Ss]* ]] || [[ $1 = -[Cc][Ss]* ]] || [[ $1 = --[Cc][Ss]* ]];then
Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch.md5
@@ -1 +1 @@
7ac6030b3be5e74550c571bd90b4ba5f setupTermuxArch.tar.gz
2e98b8302f87d8752f4ccb5a98281c48 setupTermuxArch.tar.gz
2 changes: 1 addition & 1 deletion setupTermuxArch.sh
Expand Up @@ -381,7 +381,7 @@ bin=startarch
dm=wget
dmverbose="-q"
#dmverbose="-v"
versionid="v0.8 id063799017"
versionid="v0.8 id193611462"


if [[ $1 = [Cc][Dd]* ]] || [[ $1 = -[Cc][Dd]* ]] || [[ $1 = --[Cc][Dd]* ]] || [[ $1 = [Cc][Ss]* ]] || [[ $1 = -[Cc][Ss]* ]] || [[ $1 = --[Cc][Ss]* ]];then
Expand Down
Binary file modified setupTermuxArch.tar.gz
Binary file not shown.

0 comments on commit ff64863

Please sign in to comment.