From 577247ecfb3158ba94d308562c7fb6ac2f80eca0 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sun, 13 Dec 2020 20:48:31 +0100 Subject: [PATCH] AstrXbian installer --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 261c40f..4f1d938 100755 --- a/install.sh +++ b/install.sh @@ -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" }