From f0d171fbce56717b46b6e979b79fceebbb2bc0a4 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Fri, 11 Feb 2022 23:07:49 -0300 Subject: [PATCH] Jenkins: Add wget dependency for appimage-builder --- .ci/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/build.sh b/.ci/build.sh index 815a9d9d2..8cebe44ec 100644 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -12,7 +12,7 @@ # # Authors: RichardG, # -# Copyright 2021 RichardG. +# Copyright 2021-2022 RichardG. # # @@ -227,7 +227,7 @@ else esac # Establish general dependencies. - pkgs="cmake pkg-config git imagemagick wayland-protocols" + pkgs="cmake pkg-config git imagemagick wget wayland-protocols" if [ "$(dpkg --print-architecture)" = "$arch_deb" ] then pkgs="$pkgs build-essential"