Up.
This commit is contained in:
parent
22e0cc2e40
commit
9d6ef3cffb
@ -1,4 +1,4 @@
|
|||||||
{{ $installSystemRustup := promptBool "Install rustup from system or asdf ?" true -}}
|
{{ $installSystemRustup := promptBoolOnce "Install rustup from system or asdf ?" true -}}
|
||||||
|
|
||||||
[data]
|
[data]
|
||||||
installSystemRustup = {{ $installSystemRustup }}
|
installSystemRustup = {{ $installSystemRustup }}
|
||||||
|
@ -26,6 +26,8 @@ packages=(
|
|||||||
zoxide
|
zoxide
|
||||||
)
|
)
|
||||||
|
|
||||||
|
{{- writeToStdout $installSystemRustup -}}
|
||||||
|
|
||||||
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}
|
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}
|
||||||
|
|
||||||
log "Begin Arch/Manjaro Linux packages installation"
|
log "Begin Arch/Manjaro Linux packages installation"
|
||||||
|
Loading…
Reference in New Issue
Block a user