http://paketspiegel.de/fail2ban-1.1.0.tar.gz onnlein
SlackBuilds 15.0
https://slackbuilds.org/repository/15.0/network/fail2ban
fail2ban
ls /var/log/packages/ | grep fail2ban-1.1.0-x86_64-1_SBo if [ $? -eq 1 ] then wget http://sbopkg.paketspiegel.de/15.0/fail2ban-1.1.0-x86_64-1_SBo.tgz installpkg fail2ban-1.1.0-x86_64-1_SBo.tgz fi
ls /var/log/packages/ | grep fail2ban-1.1.0-x86_64-1_SBo if [ $? -eq 1 ] then wget https://slackbuilds.org/slackbuilds/15.0/network/fail2ban.tar.gz tar -x -f fail2ban.tar.gz cd fail2ban wget https://paketspiegel.de/fail2ban-1.1.0.tar.gz ./fail2ban.SlackBuild installpkg /tmp/fail2ban-1.1.0-x86_64-1_SBo.tgz cd .. pwd fi
BAU=/bau cd $BAU pwd if [ ! -e fail2ban-1.1.0.tar.gz ] then wget http://paketspiegel.de/fail2ban-1.1.0.tar.gz fi if [ -d fail2ban-1.1.0 ] then rm --force --recursive fail2ban-1.1.0 fi tar --extract -f fail2ban-1.1.0.tar.gz cd fail2ban-1.1.0 pwd cd .. pwd