diff --git a/src/utils.ts b/src/utils.ts index df9b6cf..932e389 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -191,7 +191,7 @@ export async function setupPkgx() { const command = new Deno.Command("bash", { args: [ "-c", - `type pkgx >/dev/null 2>&1 || curl -Ssf https://pkgx.sh/$(uname)/$(uname -m).tgz | tar xz -C $HOME/.local/bin`, + `type pkgx >/dev/null 2>&1 || curl -Ssf https://pkgx.sh`, ], stdout: "inherit", stderr: "inherit",