Add .editorconfig and correct indentation for many seqs
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user