Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RishonDev authored May 4, 2023
1 parent d0737ae commit 44a45e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wine-installer-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ "$RELEASE" = "22.04" ]; then
sudo apt update
fi

if [ "$RELEASE" = "23.4" ]; then
if [ "$RELEASE" = "23.04" ]; 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
Expand Down

0 comments on commit 44a45e4

Please sign in to comment.