Skip to content

Commit

Permalink
Commit on 20180308 branch master 846025318
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Mar 9, 2018
1 parent eedb612 commit f8936e0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gen/setupTermuxArch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ dm=wget
dmverbose="-q"
#dmverbose="-v"
stime=`date +%s|grep -o '....$'`
versionid="gen.v1.1 id333075182"
versionid="gen.v1.1 id846025318"

setrootdir

Expand Down
2 changes: 1 addition & 1 deletion gen/setupTermuxArch.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f9a6c4a1841b598a585a91b5095c926de40a7b6ed6397194f9b9242153c62ed4decffd0bc20c5f4b8ebcb8d76f2501f6a14bee71a28eb60b7a9dae8d73d178ac setupTermuxArch.tar.gz
d7fa7e810a1ae2d0a4c11c56da01c76c20d8d92317163c33ba525beee0e91b86dbdbd170d45c55bb32c772499b8ba91f1ab61b8f40f343a0359956522f02638a setupTermuxArch.tar.gz
Binary file modified gen/setupTermuxArch.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/files/working/necessaryfunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ makestartbin ()
EOM
else
cat >> $bin <<- EOM
if [[ $1 = [Rr]* ]] || [[ $1 = -[Rr]* ]] || [[ $1 = --[Rr]* ]];then
if [[ \$1 = [Rr]* ]] || [[ \$1 = -[Rr]* ]] || [[ \$1 = --[Rr]* ]];then
exec proot --kill-on-exit --link2symlink -0 -r $HOME$rootdir/ -b /dev/ -b /sys/ -b /proc/ -b /storage/ -b $HOME -w $HOME /bin/env -i HOME=/root TERM="$TERM" PS1='[termux@arch \W]\$ ' LANG=$LANG PATH=/bin:/usr/bin:/sbin:/usr/sbin /bin/\$@ --login ||:
else
exec proot --kill-on-exit --link2symlink -0 -r $HOME$rootdir/ -b /dev/ -b /sys/ -b /proc/ -b /storage/ -b $HOME -w $HOME /bin/env -i HOME=/root TERM="$TERM" PS1='[termux@arch \W]\$ ' LANG=$LANG PATH=/bin:/usr/bin:/sbin:/usr/sbin /bin/bash --login ||:
Expand Down
2 changes: 1 addition & 1 deletion scripts/files/working/setupTermuxArch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ dm=wget
dmverbose="-q"
#dmverbose="-v"
stime=`date +%s|grep -o '....$'`
versionid="gen.v1.1 id333075182"
versionid="gen.v1.1 id846025318"

setrootdir

Expand Down

0 comments on commit f8936e0

Please sign in to comment.