mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 80f0fe591c794c4398c1c19b7c963281924d774d
parent 894c37177c09486142837468f2cde93a799394fd
Author: mayfrost <mayfrost@cock.li>
Date:   Wed, 11 Jul 2018 10:15:26 +0000

Update INITIATION.md
Diffstat:
MINITIATION.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/INITIATION.md b/INITIATION.md @@ -30,8 +30,9 @@ Boot in UEFI mode if on UEFI, BIOS if on BIOS, and select installation media. Th * Check which NIC you are using. `ip addr` * Make sure your network is up. -`ip link set <NIC> up` -`dhcpcd <NIC>` +```ip link set <NIC> up +dhcpcd <NIC> +``` In the case you need Wi-Fi please refer to https://github.com/mayfrost/guides/blob/master/NETWORKING.md