(Possible) fix for multi-line breaks in apt/index.txt.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabio Manganiello 2023-11-18 15:37:17 +01:00
parent c055edab8f
commit 6b68fa607b
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 6 additions and 6 deletions

View File

@ -655,15 +655,15 @@ steps:
1. Add this repository's PGP key to your apt keyring
====================================================
$ sudo wget -q -O \\
/etc/apt/trusted.gpg.d/platypush.asc \\
$ sudo wget -q -O \\\
/etc/apt/trusted.gpg.d/platypush.asc \\\
https://apt.platypush.tech/pubkey.txt
2. Add the repository to your sources
=====================================
$ sudo wget -q -O \\
/etc/apt/sources.list.d/platypush.list \\
$ sudo wget -q -O \\\
/etc/apt/sources.list.d/platypush.list \\\
https://apt.platypush.tech/lists/platypush-<deb_version>-<branch>.list
Where:
@ -675,8 +675,8 @@ steps:
For example, to install the latest stable tags on Debian stable:
$ sudo wget -q -O \\
/etc/apt/sources.list.d/platypush.list \\
$ sudo wget -q -O \\\
/etc/apt/sources.list.d/platypush.list \\\
https://apt.platypush.tech/lists/platypush-stable-main.list
3. Update your repos