Fix line separators.
This commit is contained in:
parent
4f6e277fec
commit
3dc321dd37
@ -6,16 +6,16 @@
|
|||||||
# Copyright 2023 Inference
|
# Copyright 2023 Inference
|
||||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||||
|
|
||||||
# Version: 0.0.0.0
|
# Version: 0.0.1.1
|
||||||
|
|
||||||
|
|
||||||
read KVER
|
read KVER
|
||||||
|
|
||||||
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/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user