We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10196d commit af45a53Copy full SHA for af45a53
pkgm.ts
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env -S pkgx deno^2.1 run --ext=ts --allow-run=pkgx,/usr/bin/sudo --allow-env=PKGX_DIR,HOME --allow-read=/usr/local/pkgs
+#!/usr/bin/env -S pkgx deno^2.1 run --ext=ts --allow-sys=uid --allow-run=pkgx,/usr/bin/sudo --allow-env=PKGX_DIR,HOME --allow-read=/usr/local/pkgs
2
import { dirname, fromFileUrl, join } from "jsr:@std/path";
3
import { ensureDir, existsSync } from "jsr:@std/fs";
4
import { parse as parse_args } from "jsr:@std/flags";
0 commit comments