Skip to content

Commit

Permalink
fix pkgx install
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 15, 2025
1 parent 4f2e7b5 commit 2d54339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2d54339

Please sign in to comment.