Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
URL="https://chromiumdash.appspot.com/fetch_releases?channel=Stable&platform=Linux&num=1&offset=0"
|
||||
|
||||
# Get version number from tag name
|
||||
VERSION=$(curl "$URL" | jq -r '.[0].version')
|
||||
|
||||
echo "$VERSION"
|
||||
Reference in New Issue
Block a user