AstrXbian installer

This commit is contained in:
qo-op 2020-12-13 20:49:28 +01:00
parent 577247ecfb
commit a5cc051d1c
1 changed files with 3 additions and 3 deletions

View File

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