Commit ebe3d7a
authored
ci(install-proof): bind KIN_NO_SETUP to sh, not curl (FIR-1012) (#44)
`KIN_NO_SETUP=1 curl … | sh` sets the var only for curl; the piped script
never sees it and tries interactive setup against a non-controlling /dev/tty
(ubuntu). Pipe to `KIN_NO_SETUP=1 sh` so the CI/non-interactive path skips
setup. (The same correction is needed in the documented command on the kinlab
setup page / README.)
Signed-off-by: Troy Fortin <troy@firelock.io>1 parent c565ca3 commit ebe3d7a
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
0 commit comments