add GNU screen to NUTTX dependencies in ubuntu setup

This commit is contained in:
Jonathan Hahn 2020-06-12 10:06:21 +02:00 committed by Beat Küng
parent 58ca389634
commit e6bec31890
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ if [[ $INSTALL_NUTTX == "true" ]]; then
libncurses-dev \
libtool \
pkg-config \
screen \
vim-common \
;