Fix error in debian setup instructions (#908)
This commit is contained in:
committed by
GitHub
parent
3f972250d0
commit
662aab973c
@@ -48,7 +48,7 @@ Instead, run the following commands to add the repository and key:
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
sudo mkdir -p /usr/local/share/keyrings/
|
sudo mkdir -p /usr/local/share/keyrings/
|
||||||
sudo gpg --no-default-keyring --keyring /usr/local/share/novelwriter-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys F19F1FCE50043114
|
sudo gpg --no-default-keyring --keyring /usr/local/share/keyrings/novelwriter-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys F19F1FCE50043114
|
||||||
echo "deb [signed-by=/usr/local/share/keyrings/novelwriter-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/local/share/keyrings/novelwriter-keyring.gpg] http://ppa.launchpad.net/vkbo/novelwriter/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/novelwriter.list
|
||||||
|
|
||||||
Then run the update and install commands as for Ubuntu:
|
Then run the update and install commands as for Ubuntu:
|
||||||
|
|||||||
Reference in New Issue
Block a user