Replaced Ubuntu 22.10 Support for 23.04
This commit is contained in:
parent
55a4649067
commit
d0737aeeee
|
@ -57,8 +57,8 @@ if [ "$RELEASE" = "22.04" ]; then
|
||||||
sudo apt update
|
sudo apt update
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$RELEASE" = "22.10" ]; then
|
if [ "$RELEASE" = "23.4" ]; then
|
||||||
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/kinetic/winehq-kinetic.sources
|
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/lunar/winehq-lunar.sources
|
||||||
sudo apt update
|
sudo apt update
|
||||||
else
|
else
|
||||||
echo "Unsupported release"
|
echo "Unsupported release"
|
||||||
|
|
Loading…
Reference in New Issue