(simatec) Fix Update

This commit is contained in:
simatec 2023-01-19 09:54:54 +01:00
parent dcf14cfbed
commit 0f73949eca

View file

@ -212,7 +212,7 @@ if [ ! -f $installPth/.configDone ]; then
elif [ -f $installPth/.configDone ]; then elif [ -f $installPth/.configDone ]; then
# Load config # Load config
. ./piler.conf . ./piler.conf
select name in Install-Piler Update-Piler select name in Install-Piler Update-Piler
do do
if [ $name = "Install-Piler" ]; then if [ $name = "Install-Piler" ]; then
@ -227,7 +227,7 @@ elif [ -f $installPth/.configDone ]; then
for fileUpdate in update.sh README.md; do for fileUpdate in update.sh README.md; do
echo "${purple}${HLINE}${HLINE_SMALL}" echo "${purple}${HLINE}${HLINE_SMALL}"
echo "${purple}****** Download Update $fileUpdate ******" echo "${purple}****** Download Update $fileUpdate ******"
curl -o $installPth/$fileUpdate https://raw.githubusercontent.com/simatec/piler-docker/main/config/$fileUpdate curl -o $installPth/$fileUpdate https://raw.githubusercontent.com/simatec/piler-docker/main/$fileUpdate
echo "${purple}${HLINE}${HLINE_SMALL}${normal}" echo "${purple}${HLINE}${HLINE_SMALL}${normal}"
echo echo
done done