(simatec) v0.9.5

This commit is contained in:
simatec 2024-06-10 09:09:11 +02:00
parent c9b2788222
commit 9d9e158f2f
3 changed files with 35 additions and 10 deletions

View file

@ -153,6 +153,8 @@ To leave the container on the console you have to execute 2x `exit`.
**********************************************************************************************************
## Changelog
### 0.9.5 (10.06.2024)
* (simatec) small fix
### 0.9.4 (05.06.2024)
* (simatec) patch for Piler Update added

View file

@ -51,11 +51,23 @@ BLA::stop_loading_animation() {
#######################################################################################
echo
echo "${greenBold}${HLINE_SMALL}"
echo "Welcome to Piler-Docker Installer"
echo "${greenBold}${HLINE_SMALL}${normal}"
echo
function header_info {
clear
echo "${greenBold}"
cat <<"EOF"
_ _ ___ _ _ _
_ __ (_) | ___ _ __ |_ _|_ __ ___| |_ __ _| | | ___ _ __
| '_ \| | |/ _ \ '__| | || '_ \/ __| __/ _` | | |/ _ \ '__|
| |_) | | | __/ | | || | | \__ \ || (_| | | | __/ |
| .__/|_|_|\___|_| |___|_| |_|___/\__\__,_|_|_|\___|_|
|_|
EOF
echo "${normal}"
}
header_info
#######################################################################################

View file

@ -51,11 +51,22 @@ BLA::stop_loading_animation() {
#######################################################################################
echo
echo "${greenBold}${HLINE_SMALL}"
echo "Welcome to Piler-Docker Updater"
echo "${greenBold}${HLINE_SMALL}${normal}"
echo
function header_info {
clear
echo "${greenBold}"
cat <<"EOF"
_ _ _ _ _ _
_ __ (_) | ___ _ __ | | | |_ __ __| | __ _| |_ ___
| '_ \| | |/ _ \ '__| | | | | '_ \ / _` |/ _` | __/ _ \
| |_) | | | __/ | | |_| | |_) | (_| | (_| | || __/
| .__/|_|_|\___|_| \___/| .__/ \__,_|\__,_|\__\___|
|_| |_|
EOF
echo "${normal}"
}
header_info
#######################################################################################