From 05d94c42008bb6717c38c7dc7dfd1a7cdb9a9816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= <7773090+lindhe@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:29:02 +0100 Subject: [PATCH] Add missing
for Ubuntu PPA instructions The instructions for adding the PPA in Ubuntu were missing a newline. This change fixes that. --- content/downloads/linux.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/downloads/linux.html b/content/downloads/linux.html index 0a9f684666..d40347b0c9 100644 --- a/content/downloads/linux.html +++ b/content/downloads/linux.html @@ -17,7 +17,7 @@

Debian/Ubuntu

For the latest stable version for your release of Debian/Ubuntu

# apt-get install git

For Ubuntu, this PPA provides the latest stable upstream Git version

- # add-apt-repository ppa:git-core/ppa + # add-apt-repository ppa:git-core/ppa
# apt update; apt install git

Fedora