Add .editorconfig and correct indentation for many seqs
This commit is contained in:
@@ -116,11 +116,11 @@ step_22() {
|
||||
echo " [I] Version $latestVersion is already installed"
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
||||
# Download
|
||||
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"
|
||||
exe wget -O "$tempLoc" $downUrl
|
||||
|
Reference in New Issue
Block a user