Skip to content

Commit

Permalink
Merge pull request #349 from ghostbsd/os-release
Browse files Browse the repository at this point in the history
Updated BUG_REPORT_URL and CODENAME

(cherry picked from commit 2ff0590)
  • Loading branch information
ericbsd committed Jan 21, 2025
1 parent af25eeb commit 2ad54ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libexec/rc/rc.d/os-release
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ osrelease_start()
ANSI_COLOR="0;31"
PRETTY_NAME="GhostBSD $_version"
CPE_NAME=cpe:/o:ghostbsd:ghostbsd:$_version_id
HOME_URL=https://www.ghostbsd.org/
BUG_REPORT_URL=https://github.com/ghostbsd/ghostbsd-src/issues/new/choose
CODENAME="ISO-Rolling"
HOME_URL=https://GhostBSD.org/
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"
Expand Down

0 comments on commit 2ad54ad

Please sign in to comment.