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
f6902766
Commit
f6902766
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
monoooo
parent
356a1174
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wine-tibbo/build.sh
+6
-0
6 additions, 0 deletions
wine-tibbo/build.sh
with
6 additions
and
0 deletions
wine-tibbo/build.sh
+
6
−
0
View file @
f6902766
...
...
@@ -3,6 +3,12 @@ export DISPLAY=:0.0
export
WINEPREFIX
=
"/home/vagrant/.wine"
export
WINEARCH
=
"win32"
# Install Mono for .NET 4.0
apt-key adv
--keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo
"deb http://download.mono-project.com/repo/debian jessie main"
|
sudo tee
/etc/apt/sources.list.d/mono-xamarin.list
apt-get update
apt-get
install
-y
mono-complete
# Install WINE
echo
"deb http://httpredir.debian.org/debian jessie-backports main contrib non-free"
>>
/etc/apt/sources.list
dpkg
--add-architecture
i386
...
...
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