(simatec) Fix Update
This commit is contained in:
parent
dcf14cfbed
commit
0f73949eca
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue