debian: add package unzip

This is required for the mason plugin to work in neovim for language
servers that are provided as zip files.
This commit is contained in:
Fernando Schauenburg 2023-07-09 13:38:31 +02:00
parent 3daa827823
commit 5b65da08f2

View file

@ -72,6 +72,7 @@ install_packages() {
stow \
sudo \
tmux \
unzip \
zsh
$cmd apt-file update
}