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