install comment

This commit is contained in:
qo-op 2020-12-17 12:52:34 +01:00
parent 6858f68ae9
commit c29d06ca49
1 changed files with 2 additions and 4 deletions

View File

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