add direnv to ubuntu/debian as it seems it is not always already installed
This commit is contained in:
parent
0ffbad8cb9
commit
b494714c43
@ -49,7 +49,7 @@ $Green##########################################################################
|
||||
sudo dnf install $BASE_PACKAGES difftastic kitty-terminfo util-linux-user python3-pip -y
|
||||
|
||||
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
||||
sudo apt install $BASE_PACKAGES kitty-terminfo python3-pip -y
|
||||
sudo apt install $BASE_PACKAGES kitty-terminfo direnv python3-pip -y
|
||||
|
||||
{{ else if eq .chezmoi.osRelease.id "arch" -}}
|
||||
sudo pacman -Sy --noconfirm $BASE_PACKAGES difftastic kitty-terminfo python3-pip
|
||||
|
Loading…
Reference in New Issue
Block a user