licence!: switched to AGPL
This commit is contained in:
parent
1513f469ba
commit
14ad9f2acd
8 changed files with 269 additions and 24 deletions
|
@ -1,4 +1,9 @@
|
|||
#! /bin/bash
|
||||
|
||||
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
# fail immediately on error
|
||||
set -e
|
||||
CURLOPT=${CURLOPT:-"--location --remote-time --remote-name --show-error --silent --fail --tlsv1.2"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue