From 5d49716c4b641960d1cdbdfe39cd2ccb4d72e7a4 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Sat, 27 May 2023 18:58:51 +0200 Subject: [PATCH] shorten arch install --- distros/arch/basic-install.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/distros/arch/basic-install.md b/distros/arch/basic-install.md index e2235de..07d4a98 100644 --- a/distros/arch/basic-install.md +++ b/distros/arch/basic-install.md @@ -1,6 +1,6 @@ --- title: "basic-install" -tags: [ "Documentation", "distros" ] +tags: [ "Documentation", "arch" ] --- Keyboard layout changed. @@ -109,12 +109,11 @@ Ping some sites to make sure the network's working > umount -R /mnt -Remove retarded beep sound: - -> sudo echo "blacklist pcspkr" >> /etc/modprobe.d/nobeep.conf +Remove that awful beep sound: > rmmod pcspkr -# Fonts +...and make the change permanent: + +> sudo echo "blacklist pcspkr" >> /etc/modprobe.d/nobeep.conf -sudo pacman -S ttf-hack ttf-font-awesome ttf-fira-mono