From 020c0e4e6136f3f4130e26c23ba98e1ec0917c2e Mon Sep 17 00:00:00 2001 From: Yudai Fukushima <49578068+granddaifuku@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:07:41 +0900 Subject: [PATCH] Install libtool on fedora (#21) --- .chezmoiscripts/run_once_after_00-installer.sh.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.chezmoiscripts/run_once_after_00-installer.sh.tmpl b/.chezmoiscripts/run_once_after_00-installer.sh.tmpl index 560f46b..d9d615a 100644 --- a/.chezmoiscripts/run_once_after_00-installer.sh.tmpl +++ b/.chezmoiscripts/run_once_after_00-installer.sh.tmpl @@ -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