Skip to content

Commit 2ad54ad

Browse files
committed
Merge pull request #349 from ghostbsd/os-release
Updated BUG_REPORT_URL and CODENAME (cherry picked from commit 2ff0590)
1 parent af25eeb commit 2ad54ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libexec/rc/rc.d/os-release

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ osrelease_start()
3232
ANSI_COLOR="0;31"
3333
PRETTY_NAME="GhostBSD $_version"
3434
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"
35+
HOME_URL=https://GhostBSD.org/
36+
BUG_REPORT_URL=https://github.com/ghostbsd/issues/issues/new/choose
37+
CODENAME="Twenty-Five"
3838
__EOF__
3939
install -C -o root -g wheel -m ${osrelease_perms} "$t" "${osrelease_file}"
4040
rm -f "$t"

0 commit comments

Comments
 (0)