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