2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-11-13 11:26:42 +00:00

fix: typo ins installer stops script from working (#10744) (#10746)

(cherry picked from commit e1bf67b32c)

Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
github-actions[bot]
2025-11-03 00:43:11 +01:00
committed by GitHub
parent e834ea8aa7
commit 555455a9d1
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ root_command() {
Ubuntu)
if [[ $VER == "24.04" ]]; then
SUPPORTED=true
if [[ $VER == "22.04" ]]; then
elif [[ $VER == "22.04" ]]; then
SUPPORTED=true
elif [[ $VER == "20.04" ]]; then
SUPPORTED=true

View File

@@ -54,7 +54,7 @@ case "$OS" in
Ubuntu)
if [[ $VER == "24.04" ]]; then
SUPPORTED=true
if [[ $VER == "22.04" ]]; then
elif [[ $VER == "22.04" ]]; then
SUPPORTED=true
elif [[ $VER == "20.04" ]]; then
SUPPORTED=true