From a5cc051d1c0447eb894c64d7fbb1b211368a1ae6 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sun, 13 Dec 2020 20:49:28 +0100 Subject: [PATCH] AstrXbian installer --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 4f1d938..894270e 100755 --- a/install.sh +++ b/install.sh @@ -12,9 +12,9 @@ cd ~/.zen git clone https://git.p2p.legal/axiom-team/astrXbian.git # IPFS install -echo -e "AstrXbian installer +echo "AstrXbian installer" ### -1. IPFS Swarm Layer$c_" +echo "IPFS Swarm Layer" # Full automatic (you trust this git depot) ~/.zen/astrXbian/.install/ipfs_alone.sh || exit 1 @@ -33,7 +33,7 @@ sudo sed -i "s/auth.log/faillog/g" /etc/fail2ban/paths-common.conf ## TODO add ipfs service with xbian-config -echo -e "Installation complete !! Please enable ipfs service autostart" +echo "Installation complete !! Please enable ipfs service autostart" }