Skip to content

Commit

Permalink
Replaced Ubuntu 22.10 Support for 23.04
Browse files Browse the repository at this point in the history
  • Loading branch information
RishonDev authored May 4, 2023
1 parent 55a4649 commit d0737ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wine-installer-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ if [ "$RELEASE" = "22.04" ]; then
sudo apt update
fi

if [ "$RELEASE" = "22.10" ]; then
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/kinetic/winehq-kinetic.sources
if [ "$RELEASE" = "23.4" ]; then
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/lunar/winehq-lunar.sources
sudo apt update
else
echo "Unsupported release"
Expand Down

0 comments on commit d0737ae

Please sign in to comment.