AstrXbian installer

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

View File

@ -12,7 +12,7 @@ cd ~/.zen
git clone https://git.p2p.legal/axiom-team/astrXbian.git git clone https://git.p2p.legal/axiom-team/astrXbian.git
# IPFS install # IPFS install
echo -e "${c_green}AstrXbian installer echo -e "AstrXbian installer
### ###
1. IPFS Swarm Layer$c_" 1. IPFS Swarm Layer$c_"
# Full automatic (you trust this git depot) # Full automatic (you trust this git depot)
@ -33,7 +33,7 @@ sudo sed -i "s/auth.log/faillog/g" /etc/fail2ban/paths-common.conf
## TODO add ipfs service with xbian-config ## TODO add ipfs service with xbian-config
echo -e "${c_green}Installation complete$c_" echo -e "Installation complete !! Please enable ipfs service autostart"
} }