Installing DMX from our APT repository

As described in the docs under “Installing DMX from our APT repository

$ curl -sS https://download.dmx.systems/repos/dmx-install.sh | sudo bash

returns:

root@dmx-debian-9:~# curl -sS https://download.dmx.systems/repos/dmx-install.sh | sudo bash
Detected operating system as debian/stretch.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Running apt-get update... done.
Installing debian-archive-keyring which is needed for installing 
apt-transport-https on many Debian systems.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/dmx-repo.list...curl: (22) The requested URL returned error: 404 Not Found


Unable to download repo config from: https://download.dmx.systems/repos/debian_stretch.list

This usually happens if your operating system is not supported by 
DMX - The Context Machine, or this script's OS detection failed.

You can override the OS detection by setting os= and dist= prior to running this script.
You can find a list of supported OSes and distributions on our website: https://download.dmx.systems/repos/

For example, to force Ubuntu Trusty: os=ubuntu dist=trusty ./script.sh

If you are running a supported OS, please email admin@dmx.systems and report this.

Update 2021-04-23 09:15

Thank you Ralf for getting back to us and reporting this issue. I am glad to read you found a workaround. Doing a quick search I also found this thread on the topic: openjdk-8 for Debian 10 - Super User. To my understanding the suggested solution should work for openjdk-8-jre-headless as well. Alternatively you could have a go at our DMX docker image.

1 Like

Dmx-headless - a package for non-desktop systems (public web-server) ?