Github download file name change fixed

This commit is contained in:
2020-12-10 10:55:02 +01:00
parent 3d85c1353d
commit 30aef29aab

View File

@@ -118,8 +118,8 @@ step_22() {
fi
# Download
local downUrl="https://github.com/vector-im/element-web/releases/download/v${latestVersion}/riot-v${latestVersion}.tar.gz"
local tempExtract="$tempDown/riot-v$latestVersion"
local downUrl="https://github.com/vector-im/element-web/releases/download/v${latestVersion}/element-v${latestVersion}.tar.gz"
local tempExtract="$tempDown/element-v$latestVersion"
if [ ! -e "$tempExtract" ] ; then
exe mkdir -p "$tempDown"