Github download file name change fixed
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user