use PAGER and less only as a fallback

pull/143/head v2.7.2
Simon Let 6 years ago
parent 81c3461901
commit 5d96a6b2ac
  1. 2
      scripts/install.sh

@ -254,7 +254,7 @@ info="$info
---- Close this by pressing Q ----"
echo "$info" | less
echo "$info" | ${PAGER:-less}
echo
echo "All done!"

Loading…
Cancel
Save