From 98a28fed63777cd1d5aa7ba81343941340a6f763 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Wed, 15 Jan 2020 15:48:34 +0200 Subject: [PATCH 1/2] markdown linting --- addons/install_arch.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/addons/install_arch.md b/addons/install_arch.md index 1adb72e..9f3d6dd 100644 --- a/addons/install_arch.md +++ b/addons/install_arch.md @@ -1,8 +1,8 @@ -## Install ARCH Linux with UEFI +# Install ARCH Linux with UEFI -### The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description. +### The official installation guide contains a more verbose description -### Download the archiso image from https://www.archlinux.org/ +### Download the archiso image from #### Copy to a usb-drive @@ -10,7 +10,7 @@ dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux ``` -#### Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration. +#### Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration ### Installation Steps @@ -20,7 +20,7 @@ dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux loadkeys fi ``` -#### This assumes a wifi only system... +#### This assumes a wifi only system ```sh wifi-menu @@ -178,7 +178,6 @@ nvim /boot/loader/entries/Arch.conf ``` #### Add the following content to Arch.conf - #### from /dev/sda2. It can be found with the 'blkid' command ```sh From 24c4f187064f31578af0ecad62fcffa8cc5927f9 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Wed, 15 Jan 2020 15:51:27 +0200 Subject: [PATCH 2/2] typo fixed --- addons/install_arch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/install_arch.md b/addons/install_arch.md index 9f3d6dd..1bbe50e 100644 --- a/addons/install_arch.md +++ b/addons/install_arch.md @@ -232,7 +232,7 @@ reflector --latest 200 --protocol http --protocol https --sort rate --save /etc/ ```sh pacman -S xorg-server xorg-apps xorg-xinit xterm -sudo pacman -Syyu +pacman -Syyu ``` #### After scripts have completed install plug for neovim