Repair cargo-binstall based externals
This commit is contained in:
parent
4bbf7c9d6b
commit
9a6dab3467
|
@ -112,7 +112,7 @@
|
||||||
"refreshPeriod" $defaultRefresh
|
"refreshPeriod" $defaultRefresh
|
||||||
) -}}{{- end -}}{{- end -}}{{- end -}}
|
) -}}{{- end -}}{{- end -}}{{- end -}}
|
||||||
|
|
||||||
{{- if lookPath "jq" -}}
|
{{- if and (lookPath "jq") (lookPath "cargo-binstall") -}}
|
||||||
{{- $path_prefix = or (get (dict "linux" "./") .chezmoi.os) "" -}}
|
{{- $path_prefix = or (get (dict "linux" "./") .chezmoi.os) "" -}}
|
||||||
{{- with $app_name := "eza" -}}
|
{{- with $app_name := "eza" -}}
|
||||||
{{- with $bin_url := (output "sh" "-c" (
|
{{- with $bin_url := (output "sh" "-c" (
|
||||||
|
|
Loading…
Reference in New Issue