File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ function download() {
4545 dlurl2=" ${KXSTUDIO_FILES_URL} /${dlname} _${version} .${dlext} "
4646 else
4747 dlurl1=" ${dlbaseurl} /${dlname} -${version} .${dlext} "
48- dlurl=2 " ${KXSTUDIO_FILES_URL} /${dlname} -${version} .${dlext} "
48+ dlurl2= " ${KXSTUDIO_FILES_URL} /${dlname} -${version} .${dlext} "
4949 fi
5050 curl -L " ${dlurl1} " -o " ${dlfile} " --fail || curl -L " ${dlurl2} " -o " ${dlfile} " --fail
5151 fi
Original file line number Diff line number Diff line change 33# ---------------------------------------------------------------------------------------------------------------------
44# common URLs
55
6- DROBILLA_URL=https://download.drobilla.net/
6+ DROBILLA_URL=https://download.drobilla.net
77XIPH_URL=https://downloads.xiph.org/releases
88
99KXSTUDIO_FILES_URL=https://kx.studio/files
You can’t perform that action at this time.
0 commit comments