1
0
Fork 0

Replaced Ubuntu 22.10 Support for 23.04

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

View File

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