diff --git a/addons/old_install_arch.txt b/addons/old_install_arch.txt index 9dbc834..eb09584 100644 --- a/addons/old_install_arch.txt +++ b/addons/old_install_arch.txt @@ -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