V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 54s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 54s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -49,7 +49,7 @@ dialog_gauge() {
|
||||
setsid dialog --no-collapse \
|
||||
--ascii-lines \
|
||||
--keep-tite \
|
||||
--title "CISS.debian.installer" \
|
||||
--title "CISS.debian.installer powered by CoreSecret.eu" \
|
||||
--gauge "Starting installation..." \
|
||||
10 70 0 \
|
||||
< "${PIPE_DIALOG_GAUGE}" &
|
||||
@@ -97,7 +97,7 @@ dialog_box() {
|
||||
setsid dialog --colors \
|
||||
--ascii-lines \
|
||||
--title "Installation Progress" \
|
||||
--backtitle "CISS.2025.debian.installer" \
|
||||
--backtitle "CISS.debian.installer powered by CoreSecret.eu" \
|
||||
--programbox "${ROWS_USE}" "${COLS_USE}" \
|
||||
< "${PIPE_DIALOG_BOX}" &
|
||||
declare -gx PID_DIALOG_BOX="$!"
|
||||
|
||||
Reference in New Issue
Block a user