fix: missing quotes around heredoc word
This commit is contained in:
parent
0c2cd867ee
commit
ab191bf3cf
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ distro-config:
|
|||
mkdir -m 1777 -p ./tmp
|
||||
mkdir -m 0555 -p ./{sys,proc}
|
||||
|
||||
cat <<EOF >./etc/pacman.conf
|
||||
cat <<'EOF' >./etc/pacman.conf
|
||||
[options]
|
||||
HoldPkg = pacman glibc
|
||||
Architecture = auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue