From e6bec31890c2abf23e063e56e2aee914d145c4ec Mon Sep 17 00:00:00 2001 From: Jonathan Hahn Date: Fri, 12 Jun 2020 10:06:21 +0200 Subject: [PATCH] add GNU screen to NUTTX dependencies in ubuntu setup --- Tools/setup/ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index 5a9e2bdc3b..906db4e4e3 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -130,6 +130,7 @@ if [[ $INSTALL_NUTTX == "true" ]]; then libncurses-dev \ libtool \ pkg-config \ + screen \ vim-common \ ;