From 8ec8a258c34c01ceb002cc421bcec05524602587 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Mon, 12 Oct 2020 14:34:51 +0800 Subject: [PATCH] Fix #161 (#162) --- install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-release.sh b/install-release.sh index 2cfaa64..89743cc 100644 --- a/install-release.sh +++ b/install-release.sh @@ -32,7 +32,7 @@ curl() { systemd_cat_config() { if systemd-analyze --help | grep -qw 'cat-config'; then - systemd-analyze cat-config "$@" + systemd-analyze --no-pager cat-config "$@" else echo "${red}warning: ${green}The systemd version on the current operating system is too low." echo "${red}warning: ${green}Please consider to upgrade the systemd or the operating system.${reset}"