Add .editorconfig and correct indentation for many seqs

This commit is contained in:
2022-03-14 21:27:29 +01:00
parent bb8b54597a
commit 71612aef94
34 changed files with 178 additions and 164 deletions

View File

@@ -103,14 +103,14 @@ step_22() {
echoerr " [E] Version $latestVersion is already installed"
return 2
fi
# Download
local downUrl="https://files.friendi.ca/friendica-full-${latestVersion}.tar.gz"
local downUrlAddons="https://files.friendi.ca/friendica-addons-${latestVersion}.tar.gz"
local tempExtract="$tempDown/friendica-full-$latestVersion"
local tempExtractAddons="$tempDown/friendica-addons-$latestVersion"
if [ ! -e "$tempExtract" ] ; then
exe mkdir -p "$tempDown"
exe wget -O "$tempLoc" $downUrl
@@ -132,7 +132,7 @@ step_22() {
else
echo " [I] Found existing download: $tempExtractAddons"
fi
# Installation
local tempBu="${FR_LOC}_bu_`date +%Y%m%d-%H%M%S`"
local tempAddons="${FR_LOC}/addon"