Skip to content
Snippets Groups Projects
Commit 86a44c75 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

winearch=32

parent 02c5c600
No related branches found
No related tags found
No related merge requests found
Pipeline #1250 failed with stages
in 1 hour, 3 minutes, and 43 seconds
#!/bin/bash
export DISPLAY=:0.0
export WINEPREFIX="/home/vagrant/.wine"
export WINEARCH="win32"
# Install WINE
echo "deb http://httpredir.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list
......
......@@ -3,6 +3,7 @@ set -e
set -x
export DISPLAY=:0.0
export WINEARCH="win32"
export WINEPREFIX="/home/vagrant/.wine"
cd /home/vagrant
......
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