Fixed typo

This commit is contained in:
Rishon Jonathan R 2023-05-04 14:52:39 +05:30 committed by GitHub
parent d0737aeeee
commit 44a45e4a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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