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 afd155b commit d7e9de5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/files/necessaryfunctions.sh
Expand Up @@ -73,7 +73,7 @@ detectsystem2 ()

detectsystem2p ()
{
if [ "$(getprop ro.product.device)" = "*_cheets" ];then
if [[ $(getprop ro.product.device) == *_cheets ]];then
printf "Chromebook. \n\033[0m"
else
printf "$(uname -o) Operating System. \n\033[0m"
Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch.md5
@@ -1 +1 @@
fbf409d9e149a73ced54b1417a7f695e setupTermuxArch.tar.gz
90617625d17b7130ccd7ef9431fd833e setupTermuxArch.tar.gz
Binary file modified setupTermuxArch.tar.gz
Binary file not shown.

0 comments on commit d7e9de5

Please sign in to comment.