From 2857c51116b4131c247badb49ad1969153af5f96 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Wed, 25 Sep 2024 10:44:21 -0300 Subject: [PATCH] Revert "Use my pkgx fork while main repo is inactive (#185)" (#230) --- devcontainer/scripts/prepare_image.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devcontainer/scripts/prepare_image.sh b/devcontainer/scripts/prepare_image.sh index 92e6787..b2c8b60 100755 --- a/devcontainer/scripts/prepare_image.sh +++ b/devcontainer/scripts/prepare_image.sh @@ -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