mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-13 19:36:46 +00:00
(cherry picked from commit e1bf67b32c)
Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
committed by
GitHub
parent
e834ea8aa7
commit
555455a9d1
@@ -64,7 +64,7 @@ root_command() {
|
|||||||
Ubuntu)
|
Ubuntu)
|
||||||
if [[ $VER == "24.04" ]]; then
|
if [[ $VER == "24.04" ]]; then
|
||||||
SUPPORTED=true
|
SUPPORTED=true
|
||||||
if [[ $VER == "22.04" ]]; then
|
elif [[ $VER == "22.04" ]]; then
|
||||||
SUPPORTED=true
|
SUPPORTED=true
|
||||||
elif [[ $VER == "20.04" ]]; then
|
elif [[ $VER == "20.04" ]]; then
|
||||||
SUPPORTED=true
|
SUPPORTED=true
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ case "$OS" in
|
|||||||
Ubuntu)
|
Ubuntu)
|
||||||
if [[ $VER == "24.04" ]]; then
|
if [[ $VER == "24.04" ]]; then
|
||||||
SUPPORTED=true
|
SUPPORTED=true
|
||||||
if [[ $VER == "22.04" ]]; then
|
elif [[ $VER == "22.04" ]]; then
|
||||||
SUPPORTED=true
|
SUPPORTED=true
|
||||||
elif [[ $VER == "20.04" ]]; then
|
elif [[ $VER == "20.04" ]]; then
|
||||||
SUPPORTED=true
|
SUPPORTED=true
|
||||||
|
|||||||
Reference in New Issue
Block a user