Fix line separators.

This commit is contained in:
inference 2023-01-15 03:48:58 +00:00
parent 4f6e277fec
commit 3dc321dd37
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -6,16 +6,16 @@
# Copyright 2023 Inference
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 0.0.0.0
# Version: 0.0.1.1
read KVER
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/"