diff --git a/libexec/rc/rc.d/os-release b/libexec/rc/rc.d/os-release index 51029be1b4da..acc845753582 100755 --- a/libexec/rc/rc.d/os-release +++ b/libexec/rc/rc.d/os-release @@ -33,8 +33,8 @@ osrelease_start() PRETTY_NAME="GhostBSD $_version" CPE_NAME=cpe:/o:ghostbsd:ghostbsd:$_version_id HOME_URL=https://GhostBSD.org/ - BUG_REPORT_URL=https://github.com/ghostbsd/ghostbsd-src/issues/new/choose - CODENAME="ISO-Rolling" + BUG_REPORT_URL=https://github.com/ghostbsd/issues/issues/new/choose + CODENAME="Twenty-Five" __EOF__ install -C -o root -g wheel -m ${osrelease_perms} "$t" "${osrelease_file}" rm -f "$t"