Skip to content

Commit 71e2422

Browse files
authored
Pipe install script directly to sh (#1110)
This pipes the install from source script on Linux directly to `sh`.
2 parents ea93cb5 + b857b0b commit 71e2422

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/install.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ to install it.
125125
Download and run the script:
126126

127127
```shell
128-
curl -LO https://aka.ms/gcm/linux-install-source.sh &&
129-
sh ./linux-install-source.sh &&
128+
curl -L https://aka.ms/gcm/linux-install-source.sh | sh
130129
git-credential-manager-core configure
131130
```
132131

0 commit comments

Comments
 (0)