⬆ Switch default Ubuntu version to kinetic

This commit is contained in:
Marcel Kapfer 2023-03-13 23:21:57 +01:00
parent 5cc1013813
commit ac76bc2c5f
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if [[ $? != 0 ]]; then
fi
PACKAGE="intellij-idea-ultimate"
DISTRIBUTION="jammy"
DISTRIBUTION="kinetic"
last_tag=$(git describe --abbrev=0 --tags)
old="${last_tag#?}"