From 5b65da08f24a763fc175c7895eb55198931628e8 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 9 Jul 2023 13:38:31 +0200 Subject: [PATCH] debian: add package `unzip` This is required for the mason plugin to work in neovim for language servers that are provided as zip files. --- debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.sh b/debian.sh index 2f3cf48..17c6cfb 100755 --- a/debian.sh +++ b/debian.sh @@ -72,6 +72,7 @@ install_packages() { stow \ sudo \ tmux \ + unzip \ zsh $cmd apt-file update }