rewriting instructions...
This commit is contained in:
parent
76d961e98c
commit
20cd8a8ca7
|
|
@ -37,7 +37,7 @@ mount /dev/sda1 /mnt/boot
|
|||
|
||||
# Install the system also includes stuff needed for starting wifi when first booting into the newly installed system
|
||||
# Unless nvim and zsh are desired these can be removed from the command. Dialog is needed by wifi-menu
|
||||
pacstrap /mnt base base-devel zsh nvim git sudo networkmanager network-manager-applet dialog wifi-menu wpa_supplicant wireless_tools gnome-keyring
|
||||
pacstrap /mnt base base-devel zsh nvim git sudo networkmanager dialog wifi-menu wpa_supplicant wireless_tools gnome-keyring
|
||||
|
||||
# 'install' fstab
|
||||
genfstab -pU /mnt >> /mnt/etc/fstab
|
||||
|
|
@ -119,16 +119,8 @@ reboot
|
|||
localectl set-keymap --no-convert fi
|
||||
localectl set-x11-keymap fi
|
||||
|
||||
# Install Yaourt using a custom repository
|
||||
sudo nano /etc/pacman.conf
|
||||
|
||||
# Add
|
||||
[archlinuxfr]
|
||||
SigLevel = Never
|
||||
Server = http://repo.archlinux.fr/$arch
|
||||
|
||||
# Install yaourt
|
||||
sudo pacman -Sy yaourt
|
||||
# Install yay
|
||||
git clone https://aur.archlinux.org/yay.git -> cd yay -> makepkg -si
|
||||
|
||||
# Mirrors
|
||||
pacman -S reflector
|
||||
|
|
|
|||
Loading…
Reference in New Issue