Github download file name change fixed
This commit is contained in:
@@ -118,8 +118,8 @@ step_22() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Download
|
# Download
|
||||||
local downUrl="https://github.com/vector-im/element-web/releases/download/v${latestVersion}/riot-v${latestVersion}.tar.gz"
|
local downUrl="https://github.com/vector-im/element-web/releases/download/v${latestVersion}/element-v${latestVersion}.tar.gz"
|
||||||
local tempExtract="$tempDown/riot-v$latestVersion"
|
local tempExtract="$tempDown/element-v$latestVersion"
|
||||||
|
|
||||||
if [ ! -e "$tempExtract" ] ; then
|
if [ ! -e "$tempExtract" ] ; then
|
||||||
exe mkdir -p "$tempDown"
|
exe mkdir -p "$tempDown"
|
||||||
|
Reference in New Issue
Block a user