From 6b68fa607bb3f3a142e922bea0f60ecc8c30fea1 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 18 Nov 2023 15:37:17 +0100 Subject: [PATCH] (Possible) fix for multi-line breaks in apt/index.txt. --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 26baf160..54a200e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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--.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