mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 22:43:10 -06:00
fix curlpipe
This commit is contained in:
parent
892d088356
commit
d43e3cc100
|
|
@ -8,7 +8,7 @@ git clone https://github.com/matrix-org/dendrite $HOME/go/src/github.com/matrix-
|
||||||
cd $HOME/go/src/github.com/matrix-org/dendrite
|
cd $HOME/go/src/github.com/matrix-org/dendrite
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Second, add my fork `eyedeekay/dendrite` as a remote and check out the i2p-demo branch.
|
2. Second, add my fork `eyedeekay/dendrite` as a remote and check out the i2p-demo branch. This is required because pseudonymous contributions to `dendrite` are not allowed, so I am not allowed to submit my changes to them.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git remote add idk https://github.com/eyedeekay/dendrite
|
git remote add idk https://github.com/eyedeekay/dendrite
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
if [ "$(pwd)" != "$HOME/go/src/github.com/matrix-org/dendrite" ]; then
|
if [ "$(pwd)" != "$HOME/go/src/github.com/matrix-org/dendrite" ]; then
|
||||||
if [ ! -d "$HOME/go/src/github.com/matrix-org/dendrite" ]; then
|
if [ ! -d "$HOME/go/src/github.com/matrix-org/dendrite" ]; then
|
||||||
git clone https://github.com/matrix-org/dendrite
|
git clone https://github.com/matrix-org/dendrite "$HOME/go/src/github.com/matrix-org/dendrite"
|
||||||
cd "$HOME/go/src/github.com/matrix-org/dendrite"
|
cd "$HOME/go/src/github.com/matrix-org/dendrite"
|
||||||
git remote add idk https://github.com/eyedeekay/dendrite
|
git remote add idk https://github.com/eyedeekay/dendrite
|
||||||
git pull idk i2p-demo
|
git pull idk i2p-demo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue