Update check-version.sh script
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Codeberg repository
|
||||
REPO="dnkl/fcft"
|
||||
REPO="dnkl/tllist"
|
||||
|
||||
# Get version from tag name using Codeberg Rest API
|
||||
VERSION=$(curl -s -L https://codeberg.org/api/v1/repos/$REPO/tags/ | jq -r '.[0]'.name)
|
||||
|
||||
Reference in New Issue
Block a user