Skip to content

Commit

Permalink
setup-util-deno: try --classic on deno snap, as removing snap solved …
Browse files Browse the repository at this point in the history
…perm issues, so let's see if --classic does
  • Loading branch information
balupton committed Sep 15, 2024
1 parent b91656b commit 6b048ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/setup-util-deno
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function setup_util_deno() (
CHOCO='deno'
PORT='deno'
SCOOP='deno'
SNAP='deno --classic'
WINGET='deno'
)
arch="$(get-arch)"
Expand Down

0 comments on commit 6b048ca

Please sign in to comment.