mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-12 00:43:07 +00:00
BugFix: platform workaround
This commit is contained in:
@@ -122,7 +122,7 @@ else
|
||||
# query community server by h5ai API
|
||||
filename=$(curl -s -S -L -d "action=get&items%5Bhref%5D=%2Fcommunity%2F$component%3A%2F&items%5Bwhat%5D=1" -H \
|
||||
"Accept: application/json" https://download.kopano.io/community/ | jq '.items[].href' | \
|
||||
grep Debian_9.0-amd64 | sed 's#"##g' | sed "s#/community/$component:/##")
|
||||
grep Debian_9.0-a | sed 's#"##g' | sed "s#/community/$component:/##")
|
||||
|
||||
filename=$(urldecode $filename)
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ function urldecode() { : "${*//+/ }"; echo -e "${_//%/\\x}"; }
|
||||
# query community server by h5ai API
|
||||
filename=$(curl -s -S -L -d "action=get&items%5Bhref%5D=%2Fcommunity%2F$1%3A%2F&items%5Bwhat%5D=1" -H \
|
||||
"Accept: application/json" https://download.kopano.io/community/ | jq '.items[].href' | \
|
||||
grep Debian_9.0-amd64 | sed 's#"##g' | sed "s#/community/$1:/##")
|
||||
grep Debian_9.0-a | sed 's#"##g' | sed "s#/community/$1:/##")
|
||||
|
||||
filename=$(urldecode $filename)
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ function urldecode() { : "${*//+/ }"; echo -e "${_//%/\\x}"; }
|
||||
# query community server by h5ai API
|
||||
filename=$(curl -s -S -L -d "action=get&items%5Bhref%5D=%2Fcommunity%2F$1%3A%2F&items%5Bwhat%5D=1" -H \
|
||||
"Accept: application/json" https://download.kopano.io/community/ | jq '.items[].href' | \
|
||||
grep Debian_9.0-amd64 | sed 's#"##g' | sed "s#/community/$1:/##")
|
||||
grep Debian_9.0-a | sed 's#"##g' | sed "s#/community/$1:/##")
|
||||
|
||||
filename=$(urldecode $filename)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user