mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-03 23:45:59 +00:00
Update misc/tools.func
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d671227310
commit
6ba9a7f76e
+1
-1
@@ -8750,7 +8750,7 @@ check_for_gl_release() {
|
||||
ensure_dependencies jq
|
||||
|
||||
local repo_encoded
|
||||
repo_encoded=$(python3 -c "import urllib.parse, sys; print(urllib.parse.quote(sys.argv[1], safe=''))" "$source" 2>/dev/null ||
|
||||
repo_encoded=$(printf '%s' "$repo" | sed 's|/|%2F|g')
|
||||
echo "$source" | sed 's|/|%2F|g')
|
||||
|
||||
local header=()
|
||||
|
||||
Reference in New Issue
Block a user