mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 18:15:40 +00:00
support debian 12 (#5205)
This commit is contained in:
@ -74,7 +74,13 @@ root_command() {
|
||||
fi
|
||||
;;
|
||||
"Debian GNU/Linux" | "debian gnu/linux" | Raspbian)
|
||||
if [[ $VER != "11" ]]; then
|
||||
if [[ $VER == "12" ]]; then
|
||||
SUPPORTED=true
|
||||
elif [[ $VER == "11" ]]; then
|
||||
SUPPORTED=true
|
||||
elif [[ $VER == "10" ]]; then
|
||||
SUPPORTED=true
|
||||
else
|
||||
SUPPORTED=false
|
||||
fi
|
||||
DIST_OS=debian
|
||||
|
Reference in New Issue
Block a user