Skip to content

Commit

Permalink
update git-gone installation command to include --allow-read permission
Browse files Browse the repository at this point in the history
  • Loading branch information
myty committed Nov 5, 2024
1 parent a78a2ca commit b5e426f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.nu
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ config reset
echo $"\n# Load config.nu\nsource ~/.config/dotfiles/nushell/config.nu\n" | save --raw --append $"($nu.config-path)"
echo $"\n# Load env.nu\nsource ~/.config/dotfiles/nushell/env.nu\n" | save --raw --append $"($nu.env-path)"

^deno install -gfr --allow-run -n git-gone jsr:@myty/git-gone
^deno install -gfr --allow-run --allow-read -n git-gone jsr:@myty/git-gone

0 comments on commit b5e426f

Please sign in to comment.