From 028b6e139da0ce455415622c2595540690e4ce9a Mon Sep 17 00:00:00 2001 From: poka Date: Thu, 19 Mar 2020 22:24:10 +0100 Subject: [PATCH] fix ipfs and scuttlebutt curl install --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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