Enable debian

This commit is contained in:
Eric Brown
2025-05-13 22:54:06 -06:00
parent dedc14ea14
commit 9cbe58f879
+1 -1
View File
@@ -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."
;;
* )