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

env maybe

parent f6a008ed
No related branches found
No related tags found
No related merge requests found
Pipeline #1124 failed with stages
in 1 second
# wine
Debian with a 32-bit WINE
Version: 1.0
---
Usage in Vagrantfile:
```
config.vm.box = "henrietta/wine"
config.vm.box_url = "http://dev.dms-serwis.com.pl/vagrant/wine.box"
```
# wine Debian with Tibbo IDE 5.3.1 Version: 1.0 --- Usage in Vagrantfile: ``` config.vm.box = "henrietta/wine" config.vm.box_url = "http://dev.dms-serwis.com.pl/vagrant/wine.box" ```
\ No newline at end of file
......
......@@ -19,7 +19,7 @@ sudo -u vagrant mkdir "/home/vagrant/.wine/drive_c/Program Files/Tibbo"
sudo -u vagrant unzip /tmp/tibbo.zip -d "/home/vagrant/.wine/drive_c/Program Files/Tibbo"
# WINE extensions
sudo -u vagrant "export DISPLAY=:0.0; cd /home/vagrant/.wine/drive_c; winetricks corefonts vcrun6"
sudo -u vagrant env DISPLAY=:0.0; cd /home/vagrant/.wine/drive_c; winetricks corefonts vcrun6
# Install command
echo """#!/bin/bash
......
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