mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
mirror.sh: add steps-guix dir
This commit is contained in:
parent
e86bbab992
commit
c54da759d0
1 changed files with 2 additions and 1 deletions
|
|
@ -186,7 +186,8 @@ do_file() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
for src in steps/*/sources; do
|
for src in steps/*/sources steps-guix/*/sources; do
|
||||||
|
[ -f "${src}" ] || continue
|
||||||
while read -r line; do
|
while read -r line; do
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
do_file ${line}
|
do_file ${line}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue