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:
parent
3daa827823
commit
5b65da08f2
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ install_packages() {
|
|||
stow \
|
||||
sudo \
|
||||
tmux \
|
||||
unzip \
|
||||
zsh
|
||||
$cmd apt-file update
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue