From 42887503d94fe7c89a555f0a51bf79a7b62d91c4 Mon Sep 17 00:00:00 2001 From: Xavier Vintimilla Date: Tue, 1 Jun 2021 01:30:12 +0000 Subject: [PATCH] Initial commit --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..92becca --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Nvidia driver installer for Arch Linux + +[Master-Branch](https://gitlab.com/XavierEduardo99/nvidia-drivers-arch-linux-installer/-/tree/main) + +This bash script will install Xorg and the Nvidia drivers (LTS & regular) for Arch Linux, and will notify the user if any error is encountered. + +## Dependencies: +In order to run this project you will need the following packages +* pacman +* sudo or doas + +## Usage guide: + ++ To install Nvidia drivers that support the latest kernel, run: +```sh +$ sudo install-nvidia.sh +``` + ++ To install Nvidia drivers that support the LTS kernel, run: +```sh +$ sudo install-nvidia.sh --lts +``` + +## Contact with the developer +| Contact | Link | +| ------ | ------ | +| My Mail | xaviervintimilla@yahoo.es |