mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-09-19 21:20:31 +02:00
2b34aeea5d
Signed-off-by: Leah Rowe <leah@libreboot.org>
8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
pkg_add="apt-get install --no-install-recommends $reinstall"
|
|
pkglist=" \
|
|
mercurial python3 python3-dev python3-pip curl wget dpkg-sig libssl-dev zstd \
|
|
libxml2-dev
|
|
"
|