Commit Graph

11 Commits

Author SHA1 Message Date
Cole Lawrence
979b497bd4
Add darwin-arm64 to supported archs (#676) 2021-07-17 08:37:46 +02:00
Bastian Hofmann
13470c0df3
Fix install.sh script if curl is not present (#414)
At least with bash 5.0.18, GNU Wget 1.20.3 and GNU Awk 5.1.0 the wget installation methods fails because the awk regex does not match the location header. In these versions, instead of `/^  Location:...` it must be `/^Location:...`. In order to retain compatibility with other versions having a different behavior, I changed it to `/^\s*Location:...`.

Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
2020-11-26 12:25:30 +01:00
Ivan Vandot
1030f0fa47 check for binary in more BASHy way 2020-07-23 11:50:52 +02:00
iwilltry42
4ce4dcce4c
Merge branch 'master' of github.com:rancher/k3d 2020-05-29 13:04:00 +02:00
iwilltry42
a3375abf23
installScript: grep for line containing 'k3d version' when checking for version due to multiline output 2020-05-29 13:03:17 +02:00
Izzat Zuliya R
898dbda4fc
Update install.sh
change --version flag to new v3 subcommand
2020-05-29 12:46:48 +07:00
Ivan Vandot
afb3456b49 install.sh: remove unneeded echo for uname 2020-05-21 09:29:17 +02:00
iwilltry42
2c24f3df43
install-script: get 'TAG' var back from master-v1 2020-05-18 07:36:08 +02:00
iwilltry42
866b98c429 rename and add authors 2019-04-12 07:36:59 +02:00
iwilltry42
4e477d3262 rename to k3d 2019-04-10 20:10:36 +02:00
iwilltry42
342a364d45 add install script 2019-04-05 14:44:07 +02:00