Add executable flag to externals

This commit is contained in:
Lockszmith (@kateryna) 2024-11-25 17:44:57 -05:00
parent 2099be3109
commit 9512cb7225
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@
"type" "archive-file" "type" "archive-file"
"url" (printf "https://github.com/%s/releases/download/v%s/git-credential-oauth_%s_linux_amd64.tar.gz" $repo $version $version) "url" (printf "https://github.com/%s/releases/download/v%s/git-credential-oauth_%s_linux_amd64.tar.gz" $repo $version $version)
"path" "git-credential-oauth" "path" "git-credential-oauth"
"executable" true
"refreshPeriod" $defaultRefresh "refreshPeriod" $defaultRefresh
) -}} ) -}}
{{- end -}} {{- end -}}
@ -45,6 +46,7 @@
{{- $_ := set $externals ".cache/chezmoi/tmp/zellij" (dict {{- $_ := set $externals ".cache/chezmoi/tmp/zellij" (dict
"type" "archive" "type" "archive"
"url" (printf "https://github.com/%s/releases/download/%s/zellij-x86_64-unknown-linux-musl.tar.gz" $repo $version) "url" (printf "https://github.com/%s/releases/download/%s/zellij-x86_64-unknown-linux-musl.tar.gz" $repo $version)
"executable" true
"refreshPeriod" $defaultRefresh "refreshPeriod" $defaultRefresh
) -}} ) -}}
{{- end -}} {{- end -}}