From 9cbe58f87930e8ff7abc58884cd397a087e42839 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Tue, 13 May 2025 22:54:06 -0600 Subject: [PATCH] Enable debian --- tools/op.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/op.sh b/tools/op.sh index 7c17c949e..25615b768 100755 --- a/tools/op.sh +++ b/tools/op.sh @@ -127,7 +127,7 @@ function op_check_os() { if [ -f "/etc/os-release" ]; then source /etc/os-release case "$VERSION_CODENAME" in - "jammy" | "kinetic" | "noble" | "focal") + "jammy" | "kinetic" | "noble" | "focal" | "trixie") echo -e " ↳ [${GREEN}✔${NC}] Ubuntu $VERSION_CODENAME detected." ;; * )