Up.
This commit is contained in:
parent
665139d90a
commit
7571938acb
@ -1,4 +1,4 @@
|
|||||||
{{ $installSystemRustup := promptBoolOnce "Install rustup from system or asdf ?" true -}}
|
{{ $installSystemRustup := promptBoolOnce "Install rustup from system or asdf ?" true -}}
|
||||||
|
|
||||||
[scriptEnv]
|
[scriptEnv]
|
||||||
installSystemRustup = {{ $installSystemRustup }}
|
SYSTEM_RUSTUP = {{ $installSystemRustup }}
|
||||||
|
@ -26,7 +26,7 @@ packages=(
|
|||||||
zoxide
|
zoxide
|
||||||
)
|
)
|
||||||
|
|
||||||
log "Rustup var: {{ .installSystemRustup | quote -}}"
|
log "Rustup var: $SYSTEM_RUSTUP"
|
||||||
|
|
||||||
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}
|
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user