Rework step options handling
This commit is contained in:
@@ -51,12 +51,12 @@ step_2() {
|
||||
}
|
||||
|
||||
step_3_info() {
|
||||
echoinfoArgs "[TARGET]"
|
||||
echo "Install dependencies"
|
||||
echoinfo " [TARGET] (default: raspi)"
|
||||
echoinfo " raspi: Raspberry Pi OS"
|
||||
echoinfo " debian: Debian"
|
||||
}
|
||||
step_3_options() { echo "[TARGET]"; }
|
||||
step_3_alias() { echo "deps"; }
|
||||
step_3() {
|
||||
shift
|
||||
|
Reference in New Issue
Block a user