forked from Lainports/opnsense-ports
14 lines
192 B
Text
14 lines
192 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
For the output colors work properly you need to use LESS as your
|
|
default pager instead of MORE.
|
|
|
|
zsh:
|
|
$ export PAGER=less
|
|
|
|
csh:
|
|
$ setenv PAGER less
|
|
EOM
|
|
}
|
|
]
|