From 8488a8528825566fe25566df7f48b94870de1cce Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sun, 12 Feb 2023 21:46:15 +0100 Subject: [PATCH] Update docs info on debian install --- .github/workflows/build.yml | 1 - docs/source/int_started.rst | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba52ed3c..88b16ebc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,4 +73,3 @@ jobs: name: novelWriter-${{ env.VERSION }}-macos.dmg path: dist_macos/novelWriter-${{ env.VERSION }}.dmg retention-days: 1 - diff --git a/docs/source/int_started.rst b/docs/source/int_started.rst index 42002efc..3890d75f 100644 --- a/docs/source/int_started.rst +++ b/docs/source/int_started.rst @@ -83,7 +83,7 @@ Instead, run the following commands to add the repository and key: .. code-block:: bash sudo gpg --no-default-keyring --keyring /usr/share/keyrings/novelwriter-ppa-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys F19F1FCE50043114 - echo "deb [signed-by=/usr/share/keyrings/novelwriter-ppa-keyring.gpg] http://ppa.launchpad.net/vkbo/novelwriter/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/novelwriter.list + echo "deb [signed-by=/usr/share/keyrings/novelwriter-ppa-keyring.gpg] http://ppa.launchpad.net/vkbo/novelwriter/ubuntu jammy main" | sudo tee /etc/apt/sources.list.d/novelwriter.list Then run the update and install commands as for Ubuntu: @@ -94,8 +94,8 @@ Then run the update and install commands as for Ubuntu: .. note:: - Please use the Ubuntu 20.04 (focal) packages for Debian. The newer Ubuntu packages use a - different compression algorithm that Debian doesn't currently support. + You may need to use the Ubuntu 20.04 (focal) packages for Debian 11 or earlier. The newer Ubuntu + packages use a different compression algorithm that may not be supported. AppImage Releases