File indexing completed on 2024-05-19 05:29:58

0001 #!/bin/sh
0002 # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0003 # SPDX-FileCopyrightText: 2022 Harald Sitter <sitter@kde.org>
0004 
0005 set -e
0006 
0007 # For sed testing please use --posix on GNU sed so you don't end up using gnu-isms.
0008 fwupdmgr security --force 2>&1 | aha | sed -E 's@(https:[^[:space:]]+)@<a href="\1">\1</a>@g'