From 65f90a3f0c36ab948f9e368afa5f829bb2940d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=9C=D0=B0?= =?UTF-8?q?=D1=80=D0=BA=D0=BE=D0=B2?= <13werwolf13@mail.ru> Date: Wed, 13 Apr 2022 19:50:39 +0500 Subject: [PATCH] add opensuse to readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e668bf9..30a7f84 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,23 @@ systemctl enable --now alfis After that configuration is in file `/etc/alfis.conf` and data is saved to `/var/lib/alfis`. If you have some DNS server bound to port 53, it will not properly start. Deal with it on your own. +### openSUSE (without GUI) +1. Add repo: +``` +zypper ar --refresh obs://home:Werwolf2517 home:Werwolf2517 +``` +2. Refresh repos cache +``` +zypper --gpg-auto-import-keys refresh +``` +3. Install package +``` +zypper install -y Alfis +``` +4. Run daemon +``` +systemctl enable --now alfis +``` ### Docker If you want to run ALFIS in docker container, you can do this by running: ```shell