fix build-installer on posix shell
This commit is contained in:
parent
dea0707f22
commit
bd9eab64ec
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ if [ ! -d /gnu/store ]; then
|
||||||
# servers for nonguix and sakura
|
# servers for nonguix and sakura
|
||||||
guix archive --authorize < "$repo/files/keys/nonguix.pub"
|
guix archive --authorize < "$repo/files/keys/nonguix.pub"
|
||||||
guix archive --authorize < "$repo/files/keys/sakura.pub"
|
guix archive --authorize < "$repo/files/keys/sakura.pub"
|
||||||
substitutes=$((cat <<EOF
|
substitutes=$(
|
||||||
|
(cat <<EOF
|
||||||
https://substitutes.nonguix.org
|
https://substitutes.nonguix.org
|
||||||
https://substitutes.freya.cat
|
https://substitutes.freya.cat
|
||||||
https://bordeaux.guix.gnu.org
|
https://bordeaux.guix.gnu.org
|
||||||
|
|
Loading…
Reference in a new issue