Now RUN it

This commit is contained in:
qo-op 2020-05-03 18:11:04 +02:00
parent 0d2079ad46
commit bb9ee1254d
1 changed files with 11 additions and 1 deletions

View File

@ -33,7 +33,17 @@ It's using:
@qo-op
- Adapt [install_ipfs.sh](https://git.p2p.legal/axiom-team/astroport/src/master/.install/ipfs_alone.sh) to your OS and start “ipfs daemon”
- Run [.install/ipfs_alone.sh](https://git.p2p.legal/axiom-team/astroport/src/master/.install/ipfs_alone.sh) and start “ipfs daemon”
```
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/.install/ipfs_alone.sh -o /tmp/ipfsA.sh
chmod +x /tmp/ipfsA.sh
# Verify code is safe running with "xed /tmp/ipfsA.sh"
# Now RUN it
/tmp/ipfsA.sh
```
SystemD ARM & x86_64 compatible. Submit an issue for your Arch.
- Create your “secret” 🔑 (and secret.dunikey) from credentials to benefit extra features 🛸
```