Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Add wine repo
Browse files Browse the repository at this point in the history
Clean bad commands

revert

Add mono

Fix wine version

Wine 1.8

Search
  • Loading branch information
hoffmabc committed Aug 24, 2016
1 parent 1c9ea48 commit eff5c02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import path from 'path';
const path = require('path');
module.exports = function (grunt) {
// Project configuration.
grunt.initConfig({
Expand Down
7 changes: 4 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ curl -s https://api.github.com/repos/OpenBazaar/openbazaar-go/releases | jq -r "
cd ..

# Install wine
sudo rm /etc/apt/sources.list.d/google-chrome.list
sudo dpkg --add-architecture i386
sudo add-apt-repository -y ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install -y wine1.6
sudo apt-cache search wine
sudo apt-cache search mono
sudo apt-get install -y wine mono

command_exists () {
if ! [ -x "$(command -v $1)" ]; then
Expand Down

0 comments on commit eff5c02

Please sign in to comment.