File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ lint/go:
71
71
# Use shfmt to determine the shell files, takes editorconfig into consideration.
72
72
lint/shellcheck : $(shell shfmt -f .)
73
73
@echo " --- shellcheck"
74
- shellcheck $(shell shfmt -f .)
74
+ shellcheck -x $(shell shfmt -f .)
75
75
76
76
peerbroker/proto/peerbroker.pb.go : peerbroker/proto/peerbroker.proto
77
77
protoc \
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ attempts to use the system package manager detection-reference if possible.
10
10
You can preview what occurs during the install process:
11
11
12
12
``` bash
13
- curl -fsSL https://coder.com/install.sh | sh -s -- --dry-run
13
+ curl -L https://coder.com/install.sh | sh -s -- --dry-run
14
14
```
15
15
16
16
To install, run:
17
17
18
18
``` bash
19
- curl -fsSL https://coder.com/install.sh | sh
19
+ curl -L https://coder.com/install.sh | sh
20
20
```
21
21
22
22
> If you're concerned about the install script's use of ` curl | sh ` and the
@@ -27,7 +27,7 @@ curl -fsSL https://coder.com/install.sh | sh
27
27
You can modify the installation process by including flags. Run the help command for reference:
28
28
29
29
``` bash
30
- curl -fsSL https://coder.com/install.sh | sh -s -- --help
30
+ curl -L https://coder.com/install.sh | sh -s -- --help
31
31
```
32
32
33
33
## System packages
You can’t perform that action at this time.
0 commit comments