Fix line separators.

This commit is contained in:
inference 2023-01-15 04:42:26 +00:00
parent 75e3ce3554
commit c1b9e1094b
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -14,11 +14,11 @@ echo ""
read KVER read KVER
echo "" echo ""
doas zsh -c\\ doas zsh -c\
"mount /dev/nvme0n1p1 /boot/ &&\\ "mount /dev/nvme0n1p1 /boot/ &&\
make --jobs 4 &&\\ make --jobs 4 &&\
make install &&\\ make install &&\
make modules_install &&\\ make modules_install &&\
dracut --kver=${KVER} --compress=zstd --force -a crypt &&\\ dracut --kver=${KVER} --compress=zstd --force -a crypt &&\
grub-mkconfig -o /boot/grub/grub.cfg &&\\ grub-mkconfig -o /boot/grub/grub.cfg &&\
umount /boot/" umount /boot/"