From d9da385e8172b0a6f20e4490877ec999cded7153 Mon Sep 17 00:00:00 2001 From: Alex Johnstone Date: Sun, 19 Aug 2018 20:48:20 -0700 Subject: [PATCH] Different AUR helper yaourt has many security issues, but being one of the most well known people keep using it...replacing with an improved AUR helper. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e907eab..9faf3ab 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The scripts is now running with Python3 by default (tested w/ 3.6) and a virtual ### Arch Linux [AUR package](https://aur.archlinux.org/packages/lenovo-throttling-fix-git/): ``` -yaourt -S lenovo-throttling-fix-git +yay -S lenovo-throttling-fix-git sudo systemctl enable --now lenovo_fix.service ``` Thanks to *felixonmars* for creating and maintaining this package.