⬆ Switch default Ubuntu version to kinetic

This commit is contained in:
Marcel Kapfer 2023-03-13 23:12:31 +01:00
parent 58b6916db6
commit 3d83d1fae4
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-community"
DISTRIBUTION="jammy"
DISTRIBUTION="kinetic"
last_tag=$(git describe --abbrev=0 --tags)
old="${last_tag#?}"