V8.13.384.2025.11.06
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m21s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m21s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -27,6 +27,8 @@ check_pkgs() {
|
||||
|
||||
apt-get update -qq > /dev/null 2>&1
|
||||
|
||||
apt-get install -y --no-install-recommends gnupg gpgv gpg-agent pinentry-curses pinentry-tty gnupg-utils
|
||||
|
||||
if ! command -v lsb_release >/dev/null 2>&1; then
|
||||
|
||||
apt-get install -y --no-install-recommends lsb-release
|
||||
@@ -55,12 +57,6 @@ check_pkgs() {
|
||||
|
||||
fi
|
||||
|
||||
if ! command -v gpg >/dev/null 2>&1; then
|
||||
|
||||
apt-get install -y --no-install-recommends gnupg gpgv gpg-agent pinentry-curses gnupg-utils
|
||||
|
||||
fi
|
||||
|
||||
if [[ ! -f /usr/share/live/build/VERSION ]]; then
|
||||
|
||||
apt-get install -y live-build
|
||||
|
||||
Reference in New Issue
Block a user