From 46b3b84e402467ea4449bd7e2de0e4c5adbf9180 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Fri, 7 Apr 2017 14:52:19 +0200 Subject: [PATCH] -winehq --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 90e15cc..37884ab 100644 --- a/build.sh +++ b/build.sh @@ -13,9 +13,9 @@ apt-get install -y python-software-properties apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list ## WineHQ -wget https://dl.winehq.org/wine-builds/Release.key -apt-key add Release.key -apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ +# wget https://dl.winehq.org/wine-builds/Release.key +# apt-key add Release.key +# apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ ## update apt-get update -- GitLab