Add unzip for Fedora and --needed arg for Arch

This commit is contained in:
rdvm 2024-04-16 10:02:23 -05:00
parent 49380e006c
commit 9ae8c071fc
1 changed files with 2 additions and 2 deletions

View File

@ -269,14 +269,14 @@ sudo apt install -t unstable neovim
<details><summary>Fedora Install Steps</summary>
```
sudo dnf install -y gcc make git ripgrep fd-find neovim
sudo dnf install -y gcc make git ripgrep fd-find unzip neovim
```
</details>
<details><summary>Arch Install Steps</summary>
```
sudo pacman -S --noconfirm gcc make git ripgrep fd unzip neovim
sudo pacman -S --noconfirm --needed gcc make git ripgrep fd unzip neovim
```
</details>