diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index 46eadf0..7e66b23 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -30,7 +30,7 @@ USER=$(whoami) {{ if eq .chezmoi.osRelease.id "fedora" -}} sudo dnf install fish -y - {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu"-}} + {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} {{ if eq .chezmoi.osRelease.id "debian" -}} ## Setup fish repo in debian @@ -69,7 +69,7 @@ sudo chsh -s $(which fish) $USER {{ if eq .chezmoi.osRelease.id "fedora" -}} sudo dnf install neovim -y - {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu"-}} + {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} ## Install neovim sudo snap install nvim --classic {{ end -}}