You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -156,18 +156,18 @@ scoop reset deno
156
156
157
157
## Known Issues
158
158
159
-
### unzip is required
159
+
### either unzip or 7z is required
160
160
161
-
The program [`unzip`](https://linux.die.net/man/1/unzip)is a requirement for the Shell installer.
161
+
To decompress the `deno` archive, one of either [`unzip`](https://linux.die.net/man/1/unzip)or [`7z`](https://linux.die.net/man/1/7z) must be available on the target system.
162
162
163
163
```sh
164
164
$ curl -fsSL https://deno.land/install.sh | sh
165
-
Error: unzip is required to install Deno (see: https://github.com/denoland/deno_install#unzip-is-required).
165
+
Error: either unzip or 7z is required to install Deno (see: https://github.com/denoland/deno_install#either-unzip-or-7z-is-required).
166
166
```
167
167
168
168
**When does this issue occur?**
169
169
170
-
During the `install.sh` process, `unzip` is used to extract the zip archive.
170
+
During the `install.sh` process, `unzip`or `7z`is used to extract the zip archive.
echo"Error: either unzip or 7z is required to install Deno (see: https://github.com/denoland/deno_install#either-unzip-or-7z-is-required )."1>&2
0 commit comments