fix ipfs and scuttlebutt curl install

This commit is contained in:
poka 2020-03-19 22:24:10 +01:00
parent fb91089c02
commit 028b6e139d
1 changed files with 2 additions and 2 deletions

View File

@ -4,12 +4,12 @@ echo -e "Installing Astroport"
# Install IPFS
ipfs() {
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/.install/ipfs.sh | bash
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/.install/ipfs.sh | bash -s ipfs
}
# Install ScuttleButt
sbotc() {
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/.install/scuttlebutt.sh | bash
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/.install/scuttlebutt.sh | bash -s scuttlebutt
}
# Install YGGTorrentScraper