refactoring changes from sequpgrade (endReturn, ...) and some modernizations

This commit is contained in:
2023-01-03 15:49:08 +01:00
parent 215135e8aa
commit 3c22d5729f
69 changed files with 553 additions and 654 deletions

View File

@@ -22,7 +22,7 @@ CONFIG_FILE_TEMPLATE="$WDIR/${CONFIG_FILE_NAME}.example"
# #fi
#}
step_1_info() {
step_1_info() {
echo "Install packages: $toolDeps"
echoinfo "May take a long time"
}
@@ -34,7 +34,7 @@ step_1() {
fi
exe apt update
exe apt install $toolDeps $aptOpt
}
}
step_20_info() { echo "List spam/ham counts"; }
step_20_alias() { echo "list"; }