mattermost-server from home:zfbartels project

Select Your Operating System

For Debian 9.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/zfbartels/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:zfbartels.list
curl -fsSL https://download.opensuse.org/repositories/home:zfbartels/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_zfbartels.gpg > /dev/null
sudo apt update
sudo apt install mattermost-server
For Debian 8.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/zfbartels/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:zfbartels.list
curl -fsSL https://download.opensuse.org/repositories/home:zfbartels/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_zfbartels.gpg > /dev/null
sudo apt update
sudo apt install mattermost-server
For SLE 12 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zfbartels/SLE_12/home:zfbartels.repo
zypper refresh
zypper install mattermost-server
For Ubuntu 18.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/zfbartels/Ubuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:zfbartels.list
curl -fsSL https://download.opensuse.org/repositories/home:zfbartels/Ubuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_zfbartels.gpg > /dev/null
sudo apt update
sudo apt install mattermost-server
For Ubuntu 16.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/zfbartels/Ubuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:zfbartels.list
curl -fsSL https://download.opensuse.org/repositories/home:zfbartels/Ubuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_zfbartels.gpg > /dev/null
sudo apt update
sudo apt install mattermost-server

Packages for Ubuntu 18.04:

Packages for Ubuntu 16.04:

For Univention 4.4 run the following as root:
echo 'deb http://download.opensuse.org/repositories/home:/zfbartels/Univention_4.4/ /' > /etc/apt/sources.list.d/home:zfbartels.list
wget -nv https://download.opensuse.org/repositories/home:zfbartels/Univention_4.4/Release.key -O Release.key
apt-key add - < Release.key
apt-get update
apt-get install mattermost-server
For Univention 4.3 run the following as root:
echo 'deb http://download.opensuse.org/repositories/home:/zfbartels/Univention_4.3/ /' > /etc/apt/sources.list.d/home:zfbartels.list
wget -nv https://download.opensuse.org/repositories/home:zfbartels/Univention_4.3/Release.key -O Release.key
apt-key add - < Release.key
apt-get update
apt-get install mattermost-server

Packages for Univention 4.4:

Packages for Univention 4.3: