mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Add download-distfiles.sh to shellcheck and include reuse information
This commit is contained in:
parent
6de12d402f
commit
71f67c7fbc
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2022 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
download_source() {
|
||||
local distfiles="${1}"
|
||||
local url="${2}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue