From afcb5c28fb0f050408de47498498103cbf57d530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilja=20Karta=C5=A1ov?= Date: Sat, 23 Feb 2019 21:18:12 +0100 Subject: [PATCH] Corrected installation instructions --- README.md | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index c4c9c17..ebcb75e 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,12 @@ Asynchronous Internet Server Library 1. Add repository ``` -cd ~ -wget http://lowenware.com/rpm/redhat-7/lowenware.repo -sudo mv lowenware.repo /etc/yum.repos.d/ +sudo curl -o /etc/yum.repos.d/lowenware.repo https://lowenware.com/rpm/redhat-7/lowenware.repo ``` 2. Import GPG key ``` -sudo rpm --import http://lowenware.com/rpm/RPM-GPG-KEY-Lowenware +sudo rpm --import https://lowenware.com/rpm/RPM-GPG-KEY-Lowenware ``` 3. Install @@ -20,23 +18,6 @@ sudo rpm --import http://lowenware.com/rpm/RPM-GPG-KEY-Lowenware sudo yum install aisl aisl-devel ``` -## Installation on OpenSUSE Tumbleweed - -1. Add repository -``` -sudo zypper ar http://lowenware.com/rpm/opensuse-tumbleweed/lowenware.repo -``` - -2. Import GPG key -``` -sudo rpm --import http://lowenware.com/rpm/RPM-GPG-KEY-Lowenware -``` - -3. Install -``` -sudo zypper install aisl aisl-devel -``` - ## Installation from sources on any distro 1. Configuration