diff options
| author | Vedang Manerikar <ved.manerikar@gmail.com> | 2021-04-11 22:51:42 +0530 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2021-04-11 23:15:57 +0530 |
| commit | 77f1fcf52c786bf97c128af57b5ec2b8cc2f4b35 (patch) | |
| tree | c4139f1738e53ca8b10da98bf650575d33682e73 | |
| parent | 1207e182edc4d41a40cd01e0af13bba4f8893b87 (diff) | |
Install cask using git-clone
The go script is deprecated and will be removed in a few months.
| -rw-r--r-- | ci/appveyor/install.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/appveyor/install.bat b/ci/appveyor/install.bat index 818d262..ce7936b 100644 --- a/ci/appveyor/install.bat +++ b/ci/appveyor/install.bat @@ -26,5 +26,6 @@ IF %COMPILER%==msys2 ( bash -lc "pacman -S --needed --noconfirm mingw-w64-x86_64-emacs" REM Set up Cask - bash -lc "curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python2" + bash -lc "git clone https://github.com/cask/cask ~/.cask" + ) |
