diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index ea9697f..5840cdf 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -21,7 +21,7 @@ $Green########################################################################## sudo apt update sudo apt upgrade -y -{{ else if eq .chezmoi.osRelease "arch" -}} +{{ else if eq .chezmoi.osRelease.id "arch" -}} sudo pacman -Syu --noconfirm {{ else if .chezmoi.os "darwin" -}} @@ -122,7 +122,7 @@ sleep 3 sudo dnf install neovim fish $ACT_PACKAGES -y nix-env -iA nixpkgs.atuin nixpkgs.jump -{{ else if eq .chezmoi.osRelease "arch" -}} +{{ else if eq .chezmoi.osRelease.id "arch" -}} sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES nix-env -iA nixpkgs.jump