diff --git a/setup.sh b/setup.sh
index 6d6f77d3c22ee72a8c942b4823acfe44b41667b3..19cde63a6dbbf56d325b81ebf0426523b338aa0b 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