Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vagrant-boxen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Piotr Maślanka
vagrant-boxen
Commits
95588498
There was a problem fetching the pipeline stages.
Commit
95588498
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
wine/README.md
+1
-12
1 addition, 12 deletions
wine/README.md
wine/build.sh
+1
-1
1 addition, 1 deletion
wine/build.sh
with
2 additions
and
13 deletions
wine/README.md
+
1
−
12
View file @
95588498
# 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
...
...
This diff is collapsed.
Click to expand it.
wine/build.sh
+
1
−
1
View file @
95588498
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment