Add unzip

This commit is contained in:
rdvm 2024-04-16 07:13:27 -05:00
parent 644cd1e335
commit 49380e006c
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ sudo dnf install -y gcc make git ripgrep fd-find neovim
<details><summary>Arch Install Steps</summary> <details><summary>Arch Install Steps</summary>
``` ```
sudo pacman -S --noconfirm gcc make git ripgrep fd neovim sudo pacman -S --noconfirm gcc make git ripgrep fd unzip neovim
``` ```
</details> </details>