Skip to content
Snippets Groups Projects
Commit 185539dc authored by Roman Ovchinnikov's avatar Roman Ovchinnikov
Browse files

Readme correction about repo install

parent ba5b4167
No related branches found
No related tags found
1 merge request!178Readme correction about repo install
This commit is part of merge request !178. Comments created here will be created in the context of that merge request.
...@@ -74,20 +74,26 @@ sudo apt --fix-broken install ...@@ -74,20 +74,26 @@ sudo apt --fix-broken install
##### Install from DemLabs official public repository ##### Install from DemLabs official public repository
* Create file /etc/apt/sources.list.d/demlabs.list with command ```sudo nano /etc/apt/sources.list.d/demlabs.list``` one line below for Debian 10: * Create file /etc/apt/sources.list.d/demlabs.list with command ```sudo nano /etc/apt/sources.list.d/demlabs.list``` with one line below
* For Debian 10:
```
deb https://debian.pub.demlabs.net/public buster main
```
* For Debian 9:
``` ```
deb https://debian.pub.demlabs.net/ buster main deb https://debian.pub.demlabs.net/public stretch main
``` ```
* For Ubuntu 18 (Bionic): * For Ubuntu 18 (Bionic):
``` ```
deb https://debian.pub.demlabs.net/ bionic main universe deb https://debian.pub.demlabs.net/public bionic main
``` ```
* Then download public signature and install it: * Then download public signature and install it:
``` ```
wget https://debian.pub.demlabs.net/debian.pub.demlabs.net.gpg wget https://debian.pub.demlabs.net/public/public-key.gpg
sudo apt-key add demlabskey.asc sudo apt-key add public-key.gpg
``` ```
* Then update your apt cache and install the package: * Then update your apt cache and install the package (apt-transport-https should be installed):
``` ```
sudo apt-get update sudo apt-get update
sudo apt-get install cellframe-node sudo apt-get install cellframe-node
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment