fix: bash multiple files redirection
This commit is contained in:
parent
9133d8d312
commit
f34090294e
4 changed files with 4 additions and 14 deletions
|
|
@ -30,7 +30,4 @@ pacstrap -K --needed /mnt/ "${pkg[@]}"
|
|||
cp -rfT rootfs/ /mnt/
|
||||
genfstab -U /mnt/ >> /mnt/etc/fstab
|
||||
|
||||
arch-chroot /mnt/ bash -ex \
|
||||
< config \
|
||||
< src/lib.sh \
|
||||
< src/install.sh
|
||||
cat config src/lib.sh src/install.sh | arch-chroot /mnt/ bash -ex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue