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
# IPFS install
echo -e "${c_green}AstrXbian installer
echo -e "AstrXbian installer
###
1. IPFS Swarm Layer$c_"
# Full automatic (you trust this git depot)
@ -28,12 +28,12 @@ cd ~/.zen/astrXbian/
#[....] Starting authentication failure monitor: fail2ban No file(s) found for glob /var/log/auth.log
# Failed during configuration: Have not found any log file for sshd jail
# failed!
sudo sed -i "s/auth.log/faillog/g" /etc/fail2ban/paths-common.conf
sudo sed -i "s/auth.log/faillog/g" /etc/fail2ban/paths-common.conf
##
## TODO add ipfs service with xbian-config
echo -e "${c_green}Installation complete$c_"
echo -e "Installation complete !! Please enable ipfs service autostart"
}