mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Strip the patch level from the release name before trying to fetch the
distribution. PR: 170264 Approved by: nathanw MFC after: 1 week
This commit is contained in:
parent
cb5249a242
commit
a382af08f8
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ MIRROR_BUTTON=$?
|
|||
exec 3>&-
|
||||
|
||||
_UNAME_R=`uname -r`
|
||||
_UNAME_R=${_UNAME_R%-p*}
|
||||
|
||||
case ${_UNAME_R} in
|
||||
*-CURRENT|*-STABLE|*-PRERELEASE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue