🔧 Update supported Ubuntu versions

This commit is contained in:
Marcel Kapfer 2024-05-29 18:49:44 +02:00
parent 2a0e9a9398
commit 2ec97bd594
2 changed files with 3 additions and 3 deletions

View file

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