File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "description" : " use Wine from Ubuntu 20.04 WineHQ repo" ,
3+ "type" : " changed" ,
4+ "breaking" : false
5+ }
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ main() {
1515 # hardcode version, since we might want to avoid a version later.
1616 wget -nc https://dl.winehq.org/wine-builds/winehq.key
1717 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/
18+ wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/focal /winehq-focal .sources
19+ mv winehq-focal .sources /etc/apt/sources.list.d/
2020 apt-get update
2121 apt install --no-install-recommends --assume-yes \
22- " winehq-stable=7.0.0.0~bionic -1"
22+ " winehq-stable=7.0.0.0~focal -1"
2323
2424 purge_packages
2525}
You can’t perform that action at this time.
0 commit comments