From 52525eee860e132d39e87f0e32121c169667fcc7 Mon Sep 17 00:00:00 2001 From: HengiFettlich <43856260+HengiFettlich@users.noreply.github.com> Date: Mon, 17 Jun 2019 14:25:47 +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 63168aa..8997a2a 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 ppa:cybermax-dexter/sdl2-backport +sudo add-apt-repository -y ppa:cybermax-dexter/sdl2-backport sudo apt update