From 8cee6e0fc45e4a91ca68b4a4de7ba7644afadf73 Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Sun, 14 Nov 2021 21:51:56 +0000 Subject: [PATCH] Remove Ubuntu repo instructions --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0042749f..45b9a10b 100644 --- a/README.md +++ b/README.md @@ -71,17 +71,9 @@ Requirements are rust >= 1.47 installed from rustup.io if the distro provided ve ## Installing -Download repositories are available [here](https://download.opensuse.org/repositories/home:/luke_nukem:/asus/) for the latest versions of Fedora, Ubuntu, and openSUSE. - -### Ubuntu - - sudo su -c "echo 'deb https://download.opensuse.org/repositories/home:/luke_nukem:/asus/xUbuntu_21.04/ /' > /etc/apt/sources.list.d/luke_nukem.list" - curl -fsSL https://download.opensuse.org/repositories/home:/luke_nukem:/asus/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_luke_nukem.gpg > /dev/null - sudo apt-get update - sudo apt-get install asusctl dkms-hid-asus-rog - - ---- +- Fedora copr = https://copr.fedorainfracloud.org/coprs/lukenukem/asus-linux/ +- openSUSE = https://download.opensuse.org/repositories/home:/luke_nukem:/asus/ +- Ubuntu = not supported due to packaging woes, but you can build and install on your own. Run `make` then `sudo make install` then reboot.