diff --git a/install.sh b/install.sh index e30a9f3..9ac7714 100644 --- a/install.sh +++ b/install.sh @@ -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