Initial commit

This commit is contained in:
Xavier Vintimilla 2021-06-01 01:30:12 +00:00
parent 1ce91afa2b
commit 42887503d9

27
README.md Normal file
View File

@ -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 |