emacs-eask / eask

Core Eask APIs, for Eask CLI development
GNU General Public License v3.0
17 stars 6 forks source link

Install script is broken #5

Closed Silex closed 8 months ago

Silex commented 8 months ago
$ curl -fsSL https://raw.githubusercontent.com/emacs-eask/cli/master/webinstall/install.sh | sh

That does not work anymore:

root@706479988f67:/# curl https://raw.githubusercontent.com/emacs-eask/cli/master/webinstall/install.sh | sh 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1549  100  1549    0     0  16481      0 --:--:-- --:--:-- --:--:-- 16655
curl: (22) The requested URL returned error: 404

Looks like the script tries to download a dead link.

Should I install differently? https://github.com/Silex/docker-emacs/blob/master/29.3/debian/ci/eask/Dockerfile

jcs090218 commented 8 months ago

Thanks for reporting this issue!

Fixed in https://github.com/emacs-eask/cli/pull/240.