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

parent 968e9ecb
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/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="" pkgs_to_install=""
for pkg in $REQUIRED_PKGS; do for pkg in $REQUIRED_PKGS; do
if ! dpkg --get-selections $pkg | grep -q -w 'install$'; then 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.
Please register or to comment