Skip to content

Commit

Permalink
Commit on 20180418 branch master 861910287
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Apr 18, 2018
1 parent ba1d329 commit a431bf3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion gen/setupTermuxArch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ dependbp () {
prootif
else
prootif
bsdtarif
fi
}

Expand Down Expand Up @@ -654,7 +655,7 @@ dmverbose="-q"
export PROOT_NO_SECCOMP=1
stime=`date +%s|grep -o '....$'`
unset LD_PRELOAD
versionid="gen.v1.6 id574695569"
versionid="gen.v1.6 id861910287"
if [[ $commandif = "" ]];then
echo Run \`setupTermuxArch.sh\` from the Android system in Termux.
Expand Down
2 changes: 1 addition & 1 deletion gen/setupTermuxArch.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7f39eec2c0b6134c9034bd93ebc7c40a4eb8a45b5a7ac891a246d7fb81d39c3257dd91e60e7c34064d3e3fc13227ca91cec31bba2d732d91b43078b75b214d3d setupTermuxArch.tar.gz
9ca5372fb87ce3f0ee1651d9ea7426cb106d0e18d0becc223d75413b502d42aa7c955a2372a59326c068a3136756d21c8118e9af86106afe96da460d0cb6f9b3 setupTermuxArch.tar.gz
Binary file modified gen/setupTermuxArch.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/files/working/necessaryfunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ preproot () {
#cd $installdir
proot --link2symlink -0 bsdtar -xpf $file --strip-components 1
else
proot --link2symlink -0 $PREFIX/bin/applets/tar xf $file
#proot --link2symlink -0 bsdtar -xpf $file --strip-components 1
#proot --link2symlink -0 $PREFIX/bin/applets/tar xf $file
proot --link2symlink -0 bsdtar -xpf $file --strip-components 1
fi
else
printf "\n\n\033[1;31mDownload Exception! Execute \033[0;32mbash setupTermuxArch.sh\033[1;31m again…\n"'\033]2; Thank you for using setupTermuxArch.sh. Execute `bash setupTermuxArch.sh` again…\007'
Expand Down
3 changes: 2 additions & 1 deletion scripts/files/working/setupTermuxArch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ dependbp () {
prootif
else
prootif
bsdtarif
fi
}

Expand Down Expand Up @@ -654,7 +655,7 @@ dmverbose="-q"
export PROOT_NO_SECCOMP=1
stime=`date +%s|grep -o '....$'`
unset LD_PRELOAD
versionid="gen.v1.6 id574695569"
versionid="gen.v1.6 id861910287"
if [[ $commandif = "" ]];then
echo Run \`setupTermuxArch.sh\` from the Android system in Termux.
Expand Down

0 comments on commit a431bf3

Please sign in to comment.