File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656{{- end }}
5757
5858{{ if not .is_devcontainer | or (.is_devcontainer | and (not (lookPath "pkgx")) | and (ne .chezmoi.osRelease.id "alpine")) -}}
59- # Using my fork until https://github.com/pkgxdev/pkgx/pull/1187 is merged and released
6059" .local/bin/pkgx " :
61- type : file
62- {{ $pkgxVersion := includeTemplate "get-github-latest-version" "felipecrs /pkgx" }}
63- url : " https://github.com/felipecrs /pkgx/releases/download/v{{ $pkgxVersion }}/pkgx-linux- {{ .chezmoi.arch }} "
64- executable : true
60+ type : archive- file
61+ {{ $pkgxVersion := includeTemplate "get-github-latest-version" "pkgxdev /pkgx" }}
62+ url : " https://github.com/pkgxdev /pkgx/releases/download/v{{ $pkgxVersion }}/pkgx-{{ $pkgxVersion }}+ linux+ {{ .uname_arch | replace " _" "-" }}.tar.xz "
63+ path : pkgx
6564{{- end }}
6665
6766{{ if not .is_devcontainer -}}
You can’t perform that action at this time.
0 commit comments