install: Support Debian 13.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2025-08-12 15:54:21 -07:00
committed by Tim Abbott
parent 2ddafe728e
commit ff15d746c3
10 changed files with 25 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ if [ -f /etc/os-release ]; then
fi
case "$os_id $os_version_id" in
'debian 12' | 'ubuntu 22.04' | 'ubuntu 24.04')
'debian 12' | 'debian 13' | 'ubuntu 22.04' | 'ubuntu 24.04')
exit 0
;;
*)