Fix line separators.

This commit is contained in:
inference 2023-01-15 05:20:43 +00:00
parent 4d03c3451a
commit c9959d6dfd
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -6,10 +6,10 @@
# Copyright 2022-2023 Inference
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 0.0.1.1
# Version: 0.0.2.2
doas zsh -c\\
"ip link set enp37s0 up &&\\
ip addr add 192.168.1.30/24 dev enp37s0 &&\\
doas zsh -c\
"ip link set enp37s0 up &&\
ip addr add 192.168.1.30/24 dev enp37s0 &&\
ip route add default via 192.168.1.1"