mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-16 21:27:24 +00:00
Update checker.sh
This commit is contained in:
parent
bbd128e58e
commit
d27726d987
1 changed files with 16 additions and 0 deletions
16
checker.sh
16
checker.sh
|
|
@ -1,6 +1,22 @@
|
||||||
mkdir ./public
|
mkdir ./public
|
||||||
mkdir ./tmp
|
mkdir ./tmp
|
||||||
|
|
||||||
|
echo '-------------------------------------'
|
||||||
|
echo 'Checking Chrome Stable arm android ......'
|
||||||
|
echo '-------------------------------------'
|
||||||
|
echo ''
|
||||||
|
|
||||||
|
curl "https://tools.google.com/service/update2" --data "<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<request protocol='3.0' version='1.3.23.9' shell_version='1.3.21.103' ismachine='0'
|
||||||
|
sessionid='{3597644B-2952-4F92-AE55-D315F45F80A5}' installsource='ondemandcheckforupdate'
|
||||||
|
requestid='{CD7523AD-A40D-49F4-AEEF-8C114B804658}' dedup='cr'>
|
||||||
|
<hw sse='1' sse2='1' sse3='1' ssse3='1' sse41='1' sse42='1' avx='1' physmemory='12582912' />
|
||||||
|
<os platform='android' version='6.3' arch='arm'/>
|
||||||
|
<app appid='{8A69D345-D564-463C-AFF1-A69D9E530F96}' ap='-multi-chrome' version='' nextversion='' lang='' brand='GGLS' client=''>
|
||||||
|
<updatecheck/>
|
||||||
|
</app>
|
||||||
|
</request>" > ./tmp/stable-x86.unformat.xml
|
||||||
|
|
||||||
echo '-------------------------------------'
|
echo '-------------------------------------'
|
||||||
echo 'Checking Chrome Stable x86 ......'
|
echo 'Checking Chrome Stable x86 ......'
|
||||||
echo '-------------------------------------'
|
echo '-------------------------------------'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue