1
0
This commit is contained in:
Jeff Lance 2024-03-03 15:49:17 +01:00
parent 22e0cc2e40
commit 9d6ef3cffb
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{{ $installSystemRustup := promptBool "Install rustup from system or asdf ?" true -}}
{{ $installSystemRustup := promptBoolOnce "Install rustup from system or asdf ?" true -}}
[data]
installSystemRustup = {{ $installSystemRustup }}

View File

@ -26,6 +26,8 @@ packages=(
zoxide
)
{{- writeToStdout $installSystemRustup -}}
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}
log "Begin Arch/Manjaro Linux packages installation"