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" }