From f4414c041aaacc8213f96051d618e0c8a9598db0 Mon Sep 17 00:00:00 2001 From: Renato Luiz de Freitas Cunha Date: Thu, 27 Jul 2023 12:57:35 -0300 Subject: [PATCH] Add required dependencies for install process --- tools/x-win/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh index 7bfe773866..cd8517714d 100755 --- a/tools/x-win/package.sh +++ b/tools/x-win/package.sh @@ -91,7 +91,7 @@ fi export SRCCACHE if [ "$(id -u)" = "0" ]; then - apt-get -y install nsis curl wget + apt-get -y install nsis curl wget ca-certificates rsync zip unzip fi