From ac0e961c79b7f83d09bcaacf3ca14211c3b274b9 Mon Sep 17 00:00:00 2001 From: Grzegorz Surmann Date: Thu, 25 Jul 2024 14:56:05 +0000 Subject: [PATCH] small changes --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index ccb8f84..9d79fca 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -35,9 +35,9 @@ Oh, and btw. it will need "git" command, check it by running: git --version ``` -**Quick and fast install** +**Quick and fast install (deb)** ``` -apt-get -y install git iproute2 php-cli +apt-get -y install git iproute2 php-cli wget curl git clone https://git.funil.de/sinuspl/bgpblist /opt/bgpblist cp /opt/bgpblist/etc/default/config.ini /opt/bgpblist/etc/config.ini cp /opt/bgpblist/etc/systemd/bgpblacklist.service /etc/systemd/system/bgpblacklist.service