Update utils.sh

This commit is contained in:
Fioren
2023-06-19 13:45:54 +07:00
committed by GitHub
parent d25b64585f
commit bfe79d4e0a

View File

@@ -2,6 +2,7 @@
#################################################
# Checking new patch:
checker() {
curl -sL https://api.github.com/repos/$1/releases/latest > json.txt
latest_version=$(jq -r '.name' json.txt)