step_config must return 0 on success
This commit is contained in:
@@ -30,6 +30,7 @@ step_config() {
|
|||||||
[ $DRY -eq 0 ] && return 1
|
[ $DRY -eq 0 ] && return 1
|
||||||
fi
|
fi
|
||||||
[ $QUIET -ne 0 ] && aptOpt="-y"
|
[ $QUIET -ne 0 ] && aptOpt="-y"
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
step_1_info() { echo "Install $toolName"; }
|
step_1_info() { echo "Install $toolName"; }
|
||||||
|
Reference in New Issue
Block a user