⬆ Set lunar as default build release

This commit is contained in:
Marcel Kapfer 2023-05-02 18:48:33 +02:00
parent 47d5b3e482
commit a6f3f4325f
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
2 changed files with 3 additions and 3 deletions

View file

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