From bcf025273fe9a7cf1f6bd0fc5eb7d2391fbf7064 Mon Sep 17 00:00:00 2001 From: Ilya Evseev <ilya.evseev@gmail.com> Date: Sat, 18 Jan 2020 06:39:20 +0000 Subject: [PATCH] README.md: replace http to https. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 715241b..d2e3e2c 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ Cellframe Blockchain node * Create file /etc/apt/sources.list.d/demlabs.list with one line below: ``` - deb http://debian.pub.demlabs.net/ stretch main non-free + deb https://debian.pub.demlabs.net/ stretch main non-free ``` * Then download public signature and install it: ``` - wget http://debian.pub.demlabs.net/debian.pub.demlabs.net.gpg + wget https://debian.pub.demlabs.net/debian.pub.demlabs.net.gpg apt-key add demlabskey.asc ``` * Then update your apt cache and install the package: -- GitLab