From d2c94822d758285840fd1922a92ab7771b0028ad Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 31 Mar 2022 14:50:26 -0600 Subject: [PATCH] fix webi call in Dockerfile --- run_once_install.sh.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/run_once_install.sh.tmpl b/run_once_install.sh.tmpl index a88f7f1..71a6fc4 100644 --- a/run_once_install.sh.tmpl +++ b/run_once_install.sh.tmpl @@ -10,9 +10,9 @@ sudo apt bash -y {{- end }} echo "Running installations\n" curl -sS https://webinstall.dev/webi | bash -webi bat curlie delta jq rg fd gh +~/.local/bin/webi bat curlie delta jq rg fd gh {{- if eq .chezmoi.os "linux" }} -webi fish +~/.local/bin/webi fish curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish {{- if eq .chezmoi.osRelease.id "alpine" }} apk update @@ -23,4 +23,5 @@ sudo apt install zsh tmux perl bash -y {{- end }} {{- else if eq .chezmoi.os "darwin" }} brew install neovim zsh tmux perl +~/.local/bin/webi fish {{- end }}