From 7af5a1daba5cc7b691cfe19136aebf1c9f064668 Mon Sep 17 00:00:00 2001 From: ericbsd Date: Sat, 24 Jan 2026 21:01:00 -0400 Subject: [PATCH] Update os-release to reflect new codename "Twenty-Six" --- libexec/rc/rc.d/os-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rc/rc.d/os-release b/libexec/rc/rc.d/os-release index c087bd789777..328b3e874d26 100755 --- a/libexec/rc/rc.d/os-release +++ b/libexec/rc/rc.d/os-release @@ -34,7 +34,7 @@ osrelease_start() CPE_NAME=cpe:/o:ghostbsd:ghostbsd:$_version_id HOME_URL=https://GhostBSD.org/ BUG_REPORT_URL=https://github.com/ghostbsd/issues/issues/new/choose - CODENAME="Twenty-Five" + CODENAME="Twenty-Six" __EOF__ install -C -o root -g wheel -m ${osrelease_perms} "$t" "${osrelease_file}" rm -f "$t"