Debian repository
From Cogniteam
Contents
Cogniteam's debian repositories setup
Setup APT sources list
Add Cogniteam's APT repository to your APT sources list:
sudo sh -c 'echo "deb ftp://USER:PASSWORD@apt.cogni.io $(lsb_release -sc) main" > /etc/apt/sources.list.d/apt-cogni-io.list'
Note: change USER and PASSWORD with credentials provided to you
Setup APT keys
wget -O - https://cloud.cogni.io/apt_pub.gpg | sudo apt-key add -
Update APT index
sudo apt update