Improve help output with latest changes from sequencer

This commit is contained in:
2022-01-23 23:06:46 +01:00
parent e641373a57
commit 6dd40bc6c2
12 changed files with 80 additions and 83 deletions

View File

@@ -51,7 +51,8 @@ step_2() {
}
step_3_info() {
echo "Install dependencies for [TARGET]"
echoinfoArgs "[TARGET]"
echo "Install dependencies"
echoinfo " [TARGET] (default: raspi)"
echoinfo " raspi: Raspberry Pi OS"
echoinfo " debian: Debian"
@@ -133,5 +134,5 @@ step_10() {
echo " Do so manually with: service $toolName start"
}
VERSION_SEQREV=12
VERSION_SEQREV=14
. /usr/local/bin/sequencer.sh