From cc0b6ece9376540e84fb29d7ac153c3ebc412119 Mon Sep 17 00:00:00 2001 From: TheJoeCoder <joe@radialbog9.uk> Date: Mon, 10 Jul 2023 19:38:41 +0100 Subject: [PATCH] Fix eula display --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index 6d6f77d..19cde63 100644 --- a/setup.sh +++ b/setup.sh @@ -61,6 +61,8 @@ April 2023 NDIĀ® Technology License Agreement NDI_EULA_END +echo $view_eula | less + read -p "Type y or Y to agree: " REPLY if [ "$REPLY" != "y" ] && [ "$REPLY" != "Y" ]; then exit 1 -- GitLab