Skip to content

Commit

Permalink
Install libtool on fedora (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
granddaifuku authored Sep 10, 2024
1 parent 70a6292 commit 020c0e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .chezmoiscripts/run_once_after_00-installer.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ brew bundle --global
{{- else if eq .chezmoi.os "linux" -}}

{{- if eq .chezmoi.osRelease.id "fedora" }}
# Requirement for emacs vterm
sudo dnf -y install libtool

sudo dnf -y install xsel
sudo dnf -y install emacs
sudo dnf -y install fzf
Expand Down

0 comments on commit 020c0e4

Please sign in to comment.