typo in fedora template

This commit is contained in:
Anton Volnuhin 2023-05-27 06:28:49 +03:00
parent d0aea0f518
commit ce1d405bd8

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
{{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "fedora") -}}
{{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "fedora")) -}}
sudo dnf install gpg git curl wget ripgrep fd-find unzip util-linux util-linux-user python3-pip cargo htop -y
sudo dnf install fish neovim -y