Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove section on debian packages for now #154

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions website/download.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,6 @@ See the <a href="https://hub.docker.com/r/domjudge/domserver/">Docker Hub
repository for the DOMserver</a> to get started.
</p>

<h3>Debian Packages</h3>

<p>There are <a href="https://www.debian.org">Debian</a> packages
available for the amd64 architecture; other architectures might be buildable
from the source packages.
The packages are built and tested on Debian <em>stable</em>, but also on newer versions and the various versions of Ubuntu.</p>

<p>To install these packages, add our
<a href="/repokey.asc">repository GPG key</a> directly to APT with</p>
<pre>curl -o - https://www.domjudge.org/repokey.asc | sudo tee /etc/apt/trusted.gpg.d/domjudge.org.asc</pre>
<p>or first check our signatures on the key for authenticity.
Then add the following lines to <code>/etc/apt/sources.list</code>:</p>
<pre>
deb https://domjudge.org/debian unstable/
deb-src https://domjudge.org/debian unstable/
</pre>
<p>Note the slash following <code>unstable</code> and the missing
section(s) <code>main contrib non-free</code>.
</p>

<h3>Other downloads</h3>

<p>The <a href="/snapshot/">snapshot directory</a> contains nightly builds,
Expand Down
Loading