mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Patch of add repository command in example-ubuntu.rst
Added -e option at echo to enable special character to be interpreted like \n or it will raise this error due to a bad interpretation of apt in the collaboraonline.sources file: E: Type 'deb\nURIs:' is not known on stanza 1 in source list /etc/apt/sources.list.d/collaboraonline.sources E: The list of sources could not be read. Signed-off-by: Damien <100437527+u-damien@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ Add repository:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo echo "Types: deb\nURIs: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb\nSuites: ./\nSigned-By: /usr/share/keyrings/collaboraonline-release-keyring.gpg" > /etc/apt/sources.list.d/collaboraonline.sources
|
||||
sudo echo -e "Types: deb\nURIs: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb\nSuites: ./\nSigned-By: /usr/share/keyrings/collaboraonline-release-keyring.gpg" > /etc/apt/sources.list.d/collaboraonline.sources
|
||||
|
||||
Install packages
|
||||
****************
|
||||
|
||||
Reference in New Issue
Block a user