From bac1d298cfddbaaf952486a28cd011381bf179da Mon Sep 17 00:00:00 2001 From: Brian Hoffman Date: Thu, 18 Aug 2016 17:42:14 -0400 Subject: [PATCH] Fix wine 1.6 --- build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 94c7fa693..21f5ef7d8 100755 --- a/build.sh +++ b/build.sh @@ -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