From 5d96a6b2ac3b4524200d09ce086ec0dc4f793944 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Mon, 11 May 2020 17:28:23 +0200 Subject: [PATCH] use PAGER and less only as a fallback --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 5574e76..5ded65d 100755 --- a/scripts/install.sh +++ b/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!"