Only load .sh recipes.
This is a preparation for moving each package operation into its own file.
This commit is contained in:
parent
fd524e0116
commit
d178098b44
@ -34,6 +34,6 @@ kickstart.print_with_separator() {
|
||||
)
|
||||
}
|
||||
|
||||
for recipe in recipes/kickstart/*; do
|
||||
for recipe in recipes/kickstart/*.sh; do
|
||||
source $recipe
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user