Commit 09b719e
committed
feat: update Deno installation to use shell script only
- Simplify ensure_installed method to use only the official shell script
- Remove fallback installation methods for cleaner implementation
- Use curl -fsSL https://deno.land/install.sh | sh for installation1 parent 362f7a1 commit 09b719e
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
163 | | - | |
| 165 | + | |
| 166 | + | |
164 | 167 | | |
165 | 168 | | |
0 commit comments