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

Commit

Permalink
Fix wine 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmabc committed Aug 24, 2016
1 parent 47babbf commit bac1d29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ curl -s https://api.github.com/repos/OpenBazaar/openbazaar-go/releases | jq -r "
cd ..

# Install wine
sudo apt-get install wine
sudo rm /etc/apt/sources.list.d/google-chrome.list
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y wine1.6

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

0 comments on commit bac1d29

Please sign in to comment.