diff --git a/src/build/utils.sh b/src/build/utils.sh index 1f9fc96..18bc5e0 100644 --- a/src/build/utils.sh +++ b/src/build/utils.sh @@ -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)