Re: Repositories
Reply #1 –
AUR helpers must be manually download, build and installed unless you have another AUR already installed.
Something like this will make so you can install "yay".
$ wget https://aur.archlinux.org/cgit/aur.git/snapshot/yay.tar.gz
$ bsdtar -xf yay.tar.gz
$ cd yay
$ vim PKGBUILD
$ makepkg -i
One should always check out the PKGBUILD in AUR to verify that it does contact anything destructive or a serious error.
That is why I included the checking the PKGBUILD.
Be sure to check the files when "yay" prompts you.
It is a good idea since you do not know the skill level of the creator nor if something malicious exists.
Once upon a time there was an AUR package that was malicious.
It was taken down fairly quickly but it was up for several days.