diff --git a/install-piler.sh b/install-piler.sh index e3eb6c7..d8aaa30 100644 --- a/install-piler.sh +++ b/install-piler.sh @@ -20,8 +20,8 @@ else normal=`echo -en "\e[0m"` fi -HLINE="==================================================================" -HLINE_SMALL="===============================" +HLINE="================================================================" +HLINE_SMALL="=================================" BLA_metro=( 0.2 ' ' '= ' '== ' '=== ' ' ===' ' ==' ' =' ) @@ -235,7 +235,7 @@ elif [ -f $installPth/.configDone ]; then for fileUpdate in update.sh README.md; do echo "${purple}${HLINE}${HLINE_SMALL}" echo "${purple}****** Download Update $fileUpdate ******" - curl -o $installPth/$fileUpdate https://raw.githubusercontent.com/simatec/piler-docker/main/$fileUpdate + curl -o -f $installPth/$fileUpdate https://raw.githubusercontent.com/simatec/piler-docker/main/$fileUpdate echo "${purple}${HLINE}${HLINE_SMALL}${normal}" echo done @@ -425,7 +425,7 @@ cat >> $etcPth/config-site.php <> $etcPth/config-site.php <