mirror of
https://github.com/Augustin-FL/building-pfsense-iso-from-source.git
synced 2025-05-11 13:57:22 +00:00
Fix 404 errors when fetching core packages
Fix https://github.com/Augustin-FL/building-pfsense-iso-from-source/issues/62
This commit is contained in:
parent
50f606bb78
commit
48c98dc273
@ -65,7 +65,7 @@ index 6280c31460..343daf49ad 100644
|
||||
|
||||
sed \
|
||||
-e "s/%%ARCH%%/${_target_arch}/" \
|
||||
+ -e "s/%%OSVERSION%%/${GIT_REPO_BRANCH_OR_TAG}/" \
|
||||
+ -e "s/%%OSVERSION%%/${POUDRIERE_BRANCH}/" \
|
||||
+ -e "s/%%VERSION%%/${POUDRIERE_PORTS_BRANCH}/" \
|
||||
-e "s/%%MIRROR_TYPE%%/${_mirror_type}/" \
|
||||
-e "s/%%PKG_REPO_BRANCH_DEVEL%%/${_pkg_repo_branch_devel}/g" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user