Skip to content
Snippets Groups Projects
Commit 5e9263a9 authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

Add missing packages on win agent generation


Signed-off-by: default avatarDiego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
parent 968e9ecb
Branches fix-404
No related tags found
No related merge requests found
#!/bin/bash
REQUIRED_PKGS="wine gcc-mingw-w64 p7zip-full autoconf"
REQUIRED_PKGS="wine gcc-mingw-w64 p7zip-full autoconf libtool
build-essential libbison-dev zlib1g-dev libssl-dev"
pkgs_to_install=""
for pkg in $REQUIRED_PKGS; do
if ! dpkg --get-selections $pkg | grep -q -w 'install$'; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment