- #!/bin/bash
- echo Package installer for AUR.
- sleep 3
- cd ~/
- git clone https://aur.archlinux.org/yay
- cd yay
- makepkg -si
- yay -S abook bitwarden epson-inkjet-printer-escpr epsonscan2 epsonscan2-non-free-plugin minitube mullvad-vpn-cli ncspot onlykey steam udiskie transset-df
- echo Install hw-probe fetching the pkg from: https://github.com/linuxhw/hw-probe/releases/download/1.5/hw-probe-1.5-ArchLinux-any.pkg.tar.xz
|