fix bash installation
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
echo "Running installation script\n"
|
echo "Running installation script\n"
|
||||||
echo "Installing bash\n"
|
echo "Installing bash\n"
|
||||||
|
{{- if eq .chezmoi.os "linux" }}
|
||||||
{{- if eq .chezmoi.osRelease.id "alpine" }}
|
{{- if eq .chezmoi.osRelease.id "alpine" }}
|
||||||
apk update
|
apk update
|
||||||
apk add bash
|
apk add bash
|
||||||
@@ -8,9 +9,10 @@ apk add bash
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt bash -y
|
sudo apt bash -y
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
echo "Running installations\n"
|
echo "Running installations\n"
|
||||||
curl -sS https://webinstall.dev/webi | bash
|
# curl -sS https://webinstall.dev/webi | bash
|
||||||
~/.local/bin/webi bat curlie delta jq rg fd gh
|
# ~/.local/bin/webi bat curlie delta jq rg fd gh
|
||||||
{{- if eq .chezmoi.os "linux" }}
|
{{- if eq .chezmoi.os "linux" }}
|
||||||
{{- if eq .chezmoi.osRelease.id "alpine" }}
|
{{- if eq .chezmoi.osRelease.id "alpine" }}
|
||||||
apk update
|
apk update
|
||||||
|
|||||||
Reference in New Issue
Block a user