diff --git a/install.sh b/install.sh index a4b81ab..235dafa 100755 --- a/install.sh +++ b/install.sh @@ -15,10 +15,9 @@ echo "Install .kodi default config" cp -Rf ~/.zen/astrXbian/.install/.kodi ~/ ######################################################################## echo "Install IPFS Swarm Layer" -# Full automatic (you trust this git depot) ~/.zen/astrXbian/.install/ipfs_alone.sh || exit 1 ######################################################################## -echo "Setup jaklis Cesium communication tool" +echo "Setup jaklis CG+ communication tool" cd ~/.zen/astrXbian/zen/jaklis ./setup.sh ######################################################################## @@ -26,7 +25,7 @@ echo "Setup AstrXbian" ~/.zen/astrXbian/ISOconfig.sh -## ERRORS TODO ## +## fail2ban ERROR correction ## #[....] 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! @@ -45,7 +44,6 @@ cd /etc/rc6.d && sudo ln -s ../init.d/ipfs K01ipfs sudo ipfs restart sudo fail2ban restart -## TODO add ipfs service with xbian-config echo "Installation complete !!" }