Fix line separators.
This commit is contained in:
parent
75e3ce3554
commit
c1b9e1094b
@ -14,11 +14,11 @@ echo ""
|
||||
read KVER
|
||||
echo ""
|
||||
|
||||
doas zsh -c\\
|
||||
"mount /dev/nvme0n1p1 /boot/ &&\\
|
||||
make --jobs 4 &&\\
|
||||
make install &&\\
|
||||
make modules_install &&\\
|
||||
dracut --kver=${KVER} --compress=zstd --force -a crypt &&\\
|
||||
grub-mkconfig -o /boot/grub/grub.cfg &&\\
|
||||
doas zsh -c\
|
||||
"mount /dev/nvme0n1p1 /boot/ &&\
|
||||
make --jobs 4 &&\
|
||||
make install &&\
|
||||
make modules_install &&\
|
||||
dracut --kver=${KVER} --compress=zstd --force -a crypt &&\
|
||||
grub-mkconfig -o /boot/grub/grub.cfg &&\
|
||||
umount /boot/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user