We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af25eeb commit 2ad54adCopy full SHA for 2ad54ad
libexec/rc/rc.d/os-release
@@ -32,9 +32,9 @@ osrelease_start()
32
ANSI_COLOR="0;31"
33
PRETTY_NAME="GhostBSD $_version"
34
CPE_NAME=cpe:/o:ghostbsd:ghostbsd:$_version_id
35
- HOME_URL=https://www.ghostbsd.org/
36
- BUG_REPORT_URL=https://github.com/ghostbsd/ghostbsd-src/issues/new/choose
37
- CODENAME="ISO-Rolling"
+ HOME_URL=https://GhostBSD.org/
+ BUG_REPORT_URL=https://github.com/ghostbsd/issues/issues/new/choose
+ CODENAME="Twenty-Five"
38
__EOF__
39
install -C -o root -g wheel -m ${osrelease_perms} "$t" "${osrelease_file}"
40
rm -f "$t"
0 commit comments