From af7fa6348033f7a6f2168dba5821d86d54d9f772 Mon Sep 17 00:00:00 2001 From: Jaeyoung-Lim Date: Tue, 23 Nov 2021 10:28:40 +0100 Subject: [PATCH] Remove kconfig-frontends installation from setup.sh --- Tools/setup/ubuntu.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index ffc88f19ab..73a2bade38 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -136,7 +136,6 @@ if [[ $INSTALL_NUTTX == "true" ]]; then genromfs \ gettext \ gperf \ - kconfig-frontends \ libelf-dev \ libexpat-dev \ libgmp-dev \ @@ -154,6 +153,12 @@ if [[ $INSTALL_NUTTX == "true" ]]; then util-linux \ vim-common \ ; + if [[ "${UBUNTU_RELEASE}" == "20.04" ]]; then + sudo DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends install \ + kconfig-frontends \ + ; + fi + if [ -n "$USER" ]; then # add user to dialout group (serial port access)