Tools: Add missing GNU screen that's required for autotest

* Tools/autotest/pysim/util.py requires screen for GDB; it doens't support any other terminal types

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-08-05 12:36:03 -06:00 committed by Andrew Tridgell
parent c99b5e5d47
commit 2d68e1f40d
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ else
fi
# Lists of packages to install
BASE_PKGS="build-essential ccache g++ gawk git make wget valgrind"
BASE_PKGS="build-essential ccache g++ gawk git make wget valgrind screen"
if [ ${RELEASE_CODENAME} == 'bionic' ]; then
# use fixed version for package that drop python2 support
PYTHON_PKGS="future lxml pymavlink MAVProxy pexpect flake8==3.7.9 requests==2.27.1 monotonic==1.6 geocoder empy ptyprocess configparser==4.0.2 click==7.1.2 decorator==4.4.2 dronecan"