⬆ Set lunar as default build release

This commit is contained in:
Marcel Kapfer 2023-05-02 18:31:56 +02:00
parent bcb4495f19
commit b65fb895bb
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
3 changed files with 3 additions and 3 deletions

View file

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