From 611fdfff26df2ee1a25a953fa79422b4a24dea5c Mon Sep 17 00:00:00 2001 From: aiokr Date: Sat, 14 Apr 2018 12:55:25 +0800 Subject: [PATCH] Update checker.sh --- checker.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/checker.sh b/checker.sh index d3ec54e..f5d939e 100644 --- a/checker.sh +++ b/checker.sh @@ -15,7 +15,7 @@ curl "https://tools.google.com/service/update2" --data " - " > ./tmp/stable-x86.unformat.xml + " > ./tmp/stable-arm.unformat.xml echo '' echo '-------------------------------------' @@ -32,7 +32,7 @@ curl "https://tools.google.com/service/update2" --data " - " > ./tmp/beta-x86.unformat.xml + " > ./tmp/beta-arm.unformat.xml echo '' echo '-------------------------------------' @@ -49,7 +49,7 @@ curl "https://tools.google.com/service/update2" --data " - " > ./tmp/dev-x86.unformat.xml + " > ./tmp/dev-arm.unformat.xml echo '' echo '-------------------------------------' @@ -66,4 +66,4 @@ curl "https://tools.google.com/service/update2" --data " - " > ./tmp/canary-x86.unformat.xml + " > ./tmp/canary-arm.unformat.xml