no pam for arch

This commit is contained in:
Anton Volnuhin 2023-06-01 16:58:17 +03:00
parent 5aeed2589b
commit b64f75724a

View File

@ -119,11 +119,11 @@ sleep 3
brew install -q fish neovim $ACT_PACKAGES atuin jump fd sk dust lazygit
{{ else if eq .chezmoi.osRelease.id "fedora" -}}
sudo dnf install neovim fish $ACT_PACKAGES fd-find skim libpam-ssh-agent-auth -y
sudo dnf install neovim fish $ACT_PACKAGES fd-find skim pam_ssh_agent_auth -y
nix-env -iA nixpkgs.atuin nixpkgs.jump nixpkgs.du-dust nixpkgs.lazygit
{{ else if eq .chezmoi.osRelease.id "arch" -}}
sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES libpam-ssh-agent-auth fd skim lazygit
sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES fd skim lazygit
nix-env -iA nixpkgs.jump nixpkgs.du-dust
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}