File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2323::
2424
2525set URL = https://github.com/emacs-eask/binaries/raw/master/win-x64.zip
26- set EAKS_BIN_DIR = %USERPROFILE% \.local\bin
26+ set EASK_BIN_DIR = %USERPROFILE% \.local\bin
2727set ZIP = %EASK_BIN_DIR% \eask.zip
2828
29- mkdir %EAKS_BIN_DIR %
29+ mkdir %EASK_BIN_DIR %
3030
3131curl.exe -fsSL %URL% -o %ZIP%
3232
33- tar.exe -xf %ZIP% -C %EAKS_BIN_DIR %
33+ tar.exe -xf %ZIP% -C %EASK_BIN_DIR %
3434
3535del %ZIP%
3636
37- echo ✓ Eask is installed in %EAKS_BIN_DIR% .
37+ echo .
38+ echo ✓ Eask is installed in %EASK_BIN_DIR% .
3839echo .
3940echo Don't forget to add %EASK_BIN_DIR% to PATH environment variable:
4041echo .
4142echo set PATH=%EASK_BIN_DIR% ;%% PATH%%
43+ echo .
Original file line number Diff line number Diff line change @@ -53,9 +53,10 @@ unzip -d "$eask_bin_dir" -o "$zip"
5353
5454rm $zip
5555
56+ echo
5657echo " ✓ Eask is installed in ${eask_bin_dir} ."
5758echo
5859echo " Don't forget to add ${eask_bin_dir} to PATH environment variable:"
5960echo
6061echo " export PATH=\" ${eask_bin_dir} :\$ PATH\" "
61-
62+ echo
You can’t perform that action at this time.
0 commit comments