Add AUR Helper

This commit is contained in:
RealStickman 2020-11-04 21:37:57 +01:00
parent 63c21306ac
commit afae2c416e

View File

@ -65,7 +65,7 @@ swapon /mnt/swapfile
Some things like the userspace utilities for file management will vary. Some things like the userspace utilities for file management will vary.
See [file systems](https://wiki.archlinux.org/index.php/File_systems#Types_of_file_systems) See [file systems](https://wiki.archlinux.org/index.php/File_systems#Types_of_file_systems)
```bash ```bash
pacstrap /mnt base linux linux-firmware vim dosfstools e2fsprogs pacstrap /mnt base linux linux-firmware vim dosfstools e2fsprogs git openssh networkmanager network-manager-applet dialog mtools base-devel linux-headers
``` ```
## Generate fstab ## Generate fstab
@ -116,7 +116,7 @@ Edit `/etc/hosts`
### rEFInd ### rEFInd
*doesn't work atm* *doesn't work atm*
```bash ```bash
pacman -S refind-efi efibootmgr networkmanager network-manager-applet dialog mtools base-devel linux-headers openssh pacman -S refind-efi efibootmgr
``` ```
```bash ```bash
@ -134,7 +134,7 @@ Under `options` replace the UUID after `root=` with the configured EFI partition
### GRUB ### GRUB
```bash ```bash
pacman -S grub efibootmgr networkmanager network-manager-applet dialog mtools base-devel linux-headers openssh pacman -S grub efibootmgr
``` ```
```bash ```bash
@ -164,6 +164,11 @@ Uncomment `%wheel ALL=(ALL) ALL`
`exit` `exit`
`reboot` `reboot`
## Install AUR helper
```bash
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
```