Skip to content

Commit

Permalink
Revert "Use my pkgx fork while main repo is inactive (#185)"
Browse files Browse the repository at this point in the history
This reverts commit 4cc39b4, thanks to
pkgxdev/libpkgx#78.
  • Loading branch information
felipecrs committed Sep 25, 2024
1 parent 9453dc2 commit b3b61a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devcontainer/scripts/prepare_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ ${CURL} "https://github.com/kadwanev/retry/releases/download/${RETRY_VERSION}/re
tar -C /usr/local/bin -xzf - retry

# install pkgx
# renovate: datasource=github-releases depName=felipecrs/pkgx versioning=loose
PKGX_VERSION="1.2.0-felipecrs.2"
${CURL} "https://github.com/felipecrs/pkgx/releases/download/v${PKGX_VERSION}/pkgx-${PKGX_VERSION}+linux+${UNAME_ARCH//_/-}.tar.xz" |
# renovate: datasource=github-releases depName=pkgxdev/pkgx
PKGX_VERSION="1.2.2"
${CURL} "https://github.com/pkgxdev/pkgx/releases/download/v${PKGX_VERSION}/pkgx-${PKGX_VERSION}+linux+${UNAME_ARCH//_/-}.tar.xz" |
tar -C /usr/local/bin -xJf - pkgx

# install s6-overlay
Expand Down

0 comments on commit b3b61a7

Please sign in to comment.