From ce1d405bd89dd1da60b750763e65219b2dab03e6 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sat, 27 May 2023 06:28:49 +0300 Subject: [PATCH] typo in fedora template --- run_once_before_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index c7535e5..2c143f6 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -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