Commit 625e75b
authored
fix(install): update x64 download link in install script (#1317)
The install script currently attempts to download a file named
docs-builder-linux-amd64.zip, which does not exist. This results in a broken
installation:
$ curl -sL https://ela.st/docs-builder-install | sh
Note: Installing to /usr/local/bin requires administrator privileges.
docs-builder is already installed.
Running in non-interactive mode. Proceeding with installation...
Downloading docs-builder for linux/amd64...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 9 100 9 0 0 17 0 --:--:-- --:--:-- --:--:-- 0
Archive: docs-builder-linux-amd64.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of docs-builder-linux-amd64.zip or
docs-builder-linux-amd64.zip.zip, and cannot find docs-builder-linux-amd64.zip.ZIP, period.
Error: Failed to extract docs-builder from docs-builder-linux-amd64.zip.
Looking at the releases on github there is no "amd64" release, it was
changed at some point to "x64".1 parent c73a00a commit 625e75b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments