We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ec530 commit ed0b143Copy full SHA for ed0b143
docker/wine.sh
@@ -15,11 +15,11 @@ main() {
15
# hardcode version, since we might want to avoid a version later.
16
wget -nc https://dl.winehq.org/wine-builds/winehq.key
17
mv winehq.key /usr/share/keyrings/winehq-archive.key
18
- wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/winehq-bionic.sources
19
- mv winehq-bionic.sources /etc/apt/sources.list.d/
+ wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources
+ mv winehq-focal.sources /etc/apt/sources.list.d/
20
apt-get update
21
apt install --no-install-recommends --assume-yes \
22
- "winehq-stable=7.0.0.0~bionic-1"
+ "winehq-stable=7.0.0.0~focal-1"
23
24
purge_packages
25
}
0 commit comments