mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
7 lines
200 B
Bash
Executable file
7 lines
200 B
Bash
Executable file
# SPDX-FileCopyrightText: 2023 Eduardo Sánchez Muñoz <eduardosm-dev@e64.io>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
pushd /external/repo
|
|
sha256sum -- * | tee "${SRCDIR}/SHA256SUMS.pkgs"
|
|
popd
|