From b2b3c2dac665dc410e808ecc553cc8f9049421e1 Mon Sep 17 00:00:00 2001 From: HengiFettlich <43856260+HengiFettlich@users.noreply.github.com> Date: Mon, 17 Jun 2019 14:27:59 +0200 Subject: [PATCH] Update ubuntu-wine.sh --- ubuntu-wine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-wine.sh b/ubuntu-wine.sh index 8997a2a..34341f6 100644 --- a/ubuntu-wine.sh +++ b/ubuntu-wine.sh @@ -17,7 +17,7 @@ sudo wget -nc https://dl.winehq.org/wine-builds/winehq.key # add wine repo key sudo apt-key add winehq.key -sudo add-apt-repository -y ppa:cybermax-dexter/sdl2-backport +sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport -y sudo apt update