🔧 Update supported Ubuntu versions

This commit is contained in:
Marcel Kapfer 2024-05-29 18:52:46 +02:00
parent e24f3637af
commit 6d0cb5cb3d
2 changed files with 3 additions and 3 deletions

View file

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