From 19a744dba93c6dd2a987d7d41f460ac2d5979891 Mon Sep 17 00:00:00 2001 From: HengiFettlich <43856260+HengiFettlich@users.noreply.github.com> Date: Mon, 13 May 2019 19:51:48 +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 56dedb4..f9851e2 100644 --- a/ubuntu-wine.sh +++ b/ubuntu-wine.sh @@ -31,7 +31,7 @@ fi # adds repo for Ubuntu 19.04 and libfaudio0, which isn't available in the standard repo if $(lsb_release -a | grep -q -e "19.04"); then - sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ cosmic main' + sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main' sudo wget -nc https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_19.04/amd64/libfaudio0_19.04-0~disco_amd64.deb sudo wget -nc https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_19.04/i386/libfaudio0_19.04-0~disco_i386.deb fi