mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
move back to 40 and disable testing repo
This commit is contained in:
parent
255a52e217
commit
503da8cc8a
5 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ define get_templates
|
|||
endef
|
||||
|
||||
define install_pkg
|
||||
$(PACKAGE_MANAGER) install -y
|
||||
$(PACKAGE_MANAGER) install -y $(if $(findstring dnf,$(PACKAGE_MANAGER)),--disablerepo='*-testing')
|
||||
endef
|
||||
export install_pkg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue