Skip to content

Commit

Permalink
setup-util-deno: disable snap to try fix perm issues
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Sep 15, 2024
1 parent 818d5c0 commit b91656b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/setup-util-deno
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function setup_util_deno() (

# setup
# Don't use the official yet setupid [INSTALLER='https://deno.land/install.sh'], unlike setup-util, it ignores XDG and dumps the bin in [$HOME/.deno/bin/deno] with nothing else in [$HOME/.deno] except that bin, making it useless without slow clutter of env modifications
# Don't use [SNAP='deno'] as it faces [Permission denied (os error 13)] when runnin on scripts outside the snap: https://github.com/denoland/deno/issues/5816
local arch options=(
--cli='deno'
"$@"
Expand All @@ -44,7 +45,6 @@ function setup_util_deno() (
CHOCO='deno'
PORT='deno'
SCOOP='deno'
SNAP='deno'
WINGET='deno'
)
arch="$(get-arch)"
Expand Down

0 comments on commit b91656b

Please sign in to comment.