Skip to content

Commit

Permalink
On branch master
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Nov 23, 2017
1 parent b19c64f commit 29d52df
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs
2 changes: 1 addition & 1 deletion scripts/files/necessaryfunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ detectsystem ()

detectsystem2 ()
{
if [ "$(getprop ro.product.device)" = "*_cheets" ];then
if [[ $(getprop ro.product.device) == *_cheets ]];then
armv7lChrome
else
armv7lAndroid
Expand Down
8 changes: 8 additions & 0 deletions scripts/files/t
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

if [[ $(getprop ro.product.device) == *d ]];then
echo true
getprop ro.product.device
else
echo false
getprop ro.product.device
fi
2 changes: 1 addition & 1 deletion setupTermuxArch.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
73ac4b7df812a8b607872906290dd857 setupTermuxArch.tar.gz
2419459056a114386ea6227af05ee72c setupTermuxArch.tar.gz
Binary file modified setupTermuxArch.tar.gz
Binary file not shown.

0 comments on commit 29d52df

Please sign in to comment.