Initial commit

This commit is contained in:
2026-02-20 13:37:22 +02:00
commit 05534e8875
11 changed files with 469 additions and 0 deletions
+8
View File
@@ -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"