Fix arch
This commit is contained in:
parent
709100460d
commit
18276dc8c4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user