From c9a1d9addac4f457d2e94a0f0bb6737a000bd2b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:22:53 +1100 Subject: [PATCH] Installer missing some required packages from REQS (#10897) (#10898) Fixes #10813 (cherry picked from commit fcea1383d0c768548061b7c18dd95b0916c92c31) Co-authored-by: Matthias Mair --- contrib/install.sh | 2 +- contrib/installer/src/root_command.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/install.sh b/contrib/install.sh index 58e1a26c6a..6c56feccc3 100755 --- a/contrib/install.sh +++ b/contrib/install.sh @@ -15,7 +15,7 @@ root_command() { no_call=${args[--no-call]} dry_run=${args[--dry-run]} - REQS="wget apt-transport-https" + REQS="wget apt-transport-https curl gpg" function do_call() { if [[ $dry_run ]]; then diff --git a/contrib/installer/src/root_command.sh b/contrib/installer/src/root_command.sh index cfcc5dd31e..5519d14c1d 100644 --- a/contrib/installer/src/root_command.sh +++ b/contrib/installer/src/root_command.sh @@ -5,7 +5,7 @@ publisher=${args[publisher]} no_call=${args[--no-call]} dry_run=${args[--dry-run]} -REQS="wget apt-transport-https" +REQS="wget apt-transport-https curl gpg" function do_call() { if [[ $dry_run ]]; then