summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVedang Manerikar <ved.manerikar@gmail.com>2021-04-11 22:51:42 +0530
committerVedang Manerikar <ved.manerikar@gmail.com>2021-04-11 23:15:57 +0530
commit77f1fcf52c786bf97c128af57b5ec2b8cc2f4b35 (patch)
treec4139f1738e53ca8b10da98bf650575d33682e73
parent1207e182edc4d41a40cd01e0af13bba4f8893b87 (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.bat3
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"
+
)