Commit graph

52 commits

Author SHA1 Message Date
Daniel Bulant
28d1e2506f
Překlad do češtiny 2020-05-09 21:30:16 +02:00
Nayeem Rahman
bd28456269
Revert "Default DENO_INSTALL to $HOME/.local (#89)" (#106)
This reverts commit 654d0ea309.
2020-04-08 15:17:12 -04:00
Brecht Carlier
53daffe3ec
Fix not working install script for PS5 (#104)
Incorrect github link was used for downloading `deno` when using 'non-core' powershell
2020-04-04 14:41:16 -04:00
Ryan Dahl
f163b0286f
Use overwrite option during unzip (#101) 2020-04-02 00:36:46 -04:00
Ryan Dahl
b635b52584
Use new LLVM target triple filenames (#99)
Also remove support for non-windows in powershell. I'm very sure no one uses
it, it complicates the script, I don't care to maintain it.
2020-03-31 11:47:44 -04:00
Nayeem Rahman
f00e5a40a3 feat: Support DENO_INSTALL in the powershell installer (#90) 2019-12-14 09:17:11 +08:00
木杉
7bdb161ab5 Add documents to manage multiple versions on Windows with Scoop (#91) 2019-12-11 11:05:48 +08:00
Nayeem Rahman
654d0ea309 Default DENO_INSTALL to $HOME/.local (#89) 2019-12-08 04:23:17 +08:00
Nayeem Rahman
7b3d3daf45 fix: Don't use version as a subcommand (#88)
Fix DENO_INSTALL example
2019-12-06 08:10:06 -05:00
Curtis Carter
75b6b476b5 Update README.md (#86)
Added Chocolatey Install Instructions
2019-11-06 11:20:40 -05:00
Ry Dahl
f3dc7160e4
use github actions, remove travis and appveyor (#85) 2019-10-29 05:20:01 -04:00
BSKY
a4db8a45c1 Add asdf-deno to install instructions list (#81) 2019-10-28 11:27:38 -04:00
Yoshiya Hinosawa
31f53e5af1 Update powershell version in mac and linux (#78)
And remove redundant test case of powershell script
2019-10-05 11:55:34 -04:00
Nayeem Rahman
898e6c740f Use DENO_INSTALL instead of DENO_DIR (#75) 2019-08-22 16:42:59 -04:00
Jonathan Dahan
1a0c1ec328 Add support for DENO_DIR in installer (#69) 2019-07-09 12:29:54 -04:00
Mark Tiedemann
d0cc73eff6 Force TLS v1.1 when accessing github (#71) 2019-07-09 12:28:59 -04:00
Ryan Dahl
45f30e6ce6
Update homebrew, to fix error (#64)
See
https://travis-ci.com/denoland/deno_install/jobs/210669310
2019-06-26 02:47:59 -07:00
Andy Hayden
2d7a97e2f1 Add brew install deno to README (#62) 2019-05-24 14:13:33 +03:00
gamesquestionmark
052c16c823 fixed typo (#61) 2019-05-09 09:52:00 -04:00
Yoshiya Hinosawa
7dce093c20 fix ci for version subcommand (#60) 2019-04-27 20:21:54 -07:00
Mark Tiedemann
1257b7e42f ps: Add -UseBasicParsing flag (#57) 2019-04-19 13:31:54 -04:00
Mark Tiedemann
a98d36778d ps: Use -OutFile instead of -Out (#55)
-Out doesn't work in Windows 8.
Fixes #54
2019-04-08 17:43:16 -04:00
Mark Tiedemann
9a086b54a5 Remove Python installer (#43)
Use install.sh instead.
2019-03-01 10:29:05 -05:00
andy finch
b2cc01b571 Error if not x86_64 (#50) 2019-02-28 19:31:20 -05:00
Jon Jee
a3f6d552ae docs: fix typo in README.md (#48) 2019-02-25 10:55:29 -05:00
Mark Tiedemann
230bbd6636 Add Install via Package Manager section (#46) 2019-02-18 18:36:37 -05:00
Mark Tiedemann
9c7dd18d8d Document known issues and compatibility in Readme (#45) 2019-02-16 09:51:08 -05:00
Mark Tiedemann
d35d01b705 Deprecate Python installer (#42) 2019-02-15 18:51:30 -05:00
Mark Tiedemann
1cd5d225fd Refactor CI (#39) 2019-02-04 10:38:45 -05:00
Mark Tiedemann
ae83275e58 Cleanup (#37) 2019-02-01 12:22:09 -05:00
木杉
36289b3be7 fix IHTMLDocument2_write not exist (#36) 2019-01-26 05:50:53 -05:00
Mark Tiedemann
e8a3ed1159 ps: Fix specifying version (#34) 2019-01-24 13:51:18 -05:00
Mark Tiedemann
7edda0f115 Fix PowerShell IsWindows usage (#32) 2019-01-23 16:25:36 -05:00
Mark Tiedemann
aff069cf34 Rewrite PowerShell script to be cross-platform (#25) 2019-01-22 13:50:50 -06:00
Mark Tiedemann
e5a3f6d18b Re-add CI for osx (#31) 2019-01-21 09:39:45 -06:00
Mark Tiedemann
1b9738eeb3 sh: Remove hardcoded version (#29) 2019-01-18 14:51:19 -05:00
Ryan Dahl
9ff2b1432a
Clean up install.sh and bump to v0.2.7 (#27) 2019-01-15 19:43:12 -05:00
Mark Tiedemann
0f88ed1d63 Add install.sh (#23) 2019-01-15 18:38:22 -05:00
Arutyun Mnatsakanyan
a47d90e557 Improvements to PowerShell install script (#22) 2019-01-06 17:40:53 -05:00
Mark Tiedemann
92110a9ee1 Update PowerShell install command (#20)
- Replaced `-OutFile` with `-out` alias for brevity
- Removed single-quotes of file name for brevity
- Replaced Unix-style `./` with PowerShell-style `.\`
2019-01-05 10:20:50 -05:00
Srijan Reddy
b7bcc662e2 Allow powershell script to specify version (#19) 2019-01-05 09:52:47 -05:00
Yoshiya Hinosawa
b6b938f744 feat: show progress indicator 2018-11-18 08:32:28 -08:00
Yoshiya Hinosawa
99590073b4 Install specific version of deno (#11) 2018-11-17 13:44:08 +08:00
Bert Belder
60cce396d9
Appveyor badge should point at master branch 2018-09-12 13:54:37 -07:00
Bert Belder
1ee6b0a2bb
Add appveyor test for powershell based installer 2018-09-12 13:53:07 -07:00
Mark Tiedemann
4d3cede60c
Add PowerShell install script 2018-09-12 13:49:32 -07:00
Ryan Dahl
8b3d7d6b7f Add CI badges 2018-09-07 12:44:40 -04:00
Parsa Ghadimi
638b82d834 Add appveyor 2018-09-07 09:47:58 -04:00
Parsa Ghadimi
b5788921b3 Add .travis.yml 2018-09-07 09:47:58 -04:00
Parsa Ghadimi
6dbf1ffb3a Port install_test to python3 2018-09-07 09:47:58 -04:00