From 1f787ad7ef7d09794283f054aaff3fc74165ed51 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 6 Nov 2025 11:33:56 +0100 Subject: [PATCH] build-cockpit-toolbox: Install bash language server --- build-cockpit-toolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-cockpit-toolbox b/build-cockpit-toolbox index cc90e6e..d899e43 100755 --- a/build-cockpit-toolbox +++ b/build-cockpit-toolbox @@ -26,7 +26,7 @@ sudo dnf install -y ansible bash-completion man-db man-pages moreutils fd-find r fedpkg centpkg # language servers -sudo npm install -g @ansible/ansible-language-server pyright +sudo npm install -g @ansible/ansible-language-server pyright bash-language-server # commands to forward to the host for cmd in podman buildah toolbox nmcli eog evince flatpak; do -- 2.47.3