Commit Graph

13 Commits

Author SHA1 Message Date
Bernd Verst 6a7cdfd407
Remove old Dapr CLI to avoid file corruption (#885)
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-01-26 10:44:36 -08:00
Dmitry Shmulevich 0f9d0d3a89
replaced license headers (#855)
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
2021-12-10 08:09:09 +05:30
Bernd Verst 1c5e1b36b4
Install script update for Darwin ARM 64 (M1 Mac etc) support (#827)
* Adds native binary support for Darwin Arm64 (e.g. M1 Mac) (#826)

* Add Darwin ARM64 binaries

* Update install script for Darwin Arm64

* Fix install script for M1 mac
2021-11-10 14:55:27 -08:00
Bernd Verst 74fa15fb0d Add help message for installing without sudo and admin rights 2021-07-09 15:31:07 -07:00
Joe Mayo 0e28873bf3 Fix Apple Silicon (M1) install.
On the MacBook Pro with Apple Silicon (M1), uname returns 'darwin'. However, the script only looked for 'linux', resulting in the install not running with sudo. The fix includes checking for 'darwin' so the script will have the proper permission to write in '/usr/local/bin'.
2021-03-19 20:23:47 -07:00
Yaron Schneider 3ee9e53338
add renewed headers (#588) 2021-02-10 08:37:08 -08:00
Charlie Stanley 21654fa51a Add support for M1 macs with amd64 compatibility layer 2020-12-30 18:31:46 -08:00
Young Bu Park a60221e964
Support version param in one liner script (#520)
* Support version params

* revert

* fix

* wip

* fix windows command line

* fix

* Update README.md
2020-11-16 16:10:01 -08:00
Aaron Crawfis 4591a9d37b Update docs links 2020-10-23 11:18:30 -07:00
pruthvidhodda 0d3c760436
Fix one line installer bug (#295)
* Fixes bug that downloads rc version
2020-03-10 15:42:45 -07:00
pruthvidhodda 9a8bda59e2
Modify install script to download release version (#287) 2020-03-03 14:26:01 -08:00
Greg Ingram e759a815ed Capitalized Dapr and uppercase CLI (#215)
* Capitalized Dapr

* Fixed wording

* Uppercase CLI

* Missed capitalized Dapr

* Fix uninstall description
2019-11-25 09:37:45 -08:00
Young Bu Park 41f22b9a79
Initial commit of macos and linux install script (#146)
* Initial commit of linux installation script

* sudo checking

* add more helper functions

* add licence

* Add usage

* use single commandline for macos and linux

* Add more logs
2019-10-12 20:19:36 -07:00