Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justus0405/nvidiainstall
📦 A fully automated method for installing Nvidia drivers on Arch Linux
https://github.com/justus0405/nvidiainstall
arch arch-linux archlinux autoinstall autoinstaller automatic automation installer installer-script linux nvidia nvidia-driver nvidia-driver-packages nvidia-gpu
Last synced: 23 days ago
JSON representation
📦 A fully automated method for installing Nvidia drivers on Arch Linux
- Host: GitHub
- URL: https://github.com/justus0405/nvidiainstall
- Owner: Justus0405
- License: mit
- Created: 2024-10-12T18:08:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T18:46:02.000Z (about 2 months ago)
- Last Synced: 2024-12-17T19:38:17.420Z (about 2 months ago)
- Topics: arch, arch-linux, archlinux, autoinstall, autoinstaller, automatic, automation, installer, installer-script, linux, nvidia, nvidia-driver, nvidia-driver-packages, nvidia-gpu
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
███╗ ██╗██╗ ██╗██╗██████╗ ██╗ █████╗ ██╗███╗ ██╗███████╗████████╗ █████╗ ██╗ ██╗
████╗ ██║██║ ██║██║██╔══██╗██║██╔══██╗██║████╗ ██║██╔════╝╚══██╔══╝██╔══██╗██║ ██║
██╔██╗ ██║██║ ██║██║██║ ██║██║███████║██║██╔██╗ ██║███████╗ ██║ ███████║██║ ██║
██║╚██╗██║╚██╗ ██╔╝██║██║ ██║██║██╔══██║██║██║╚██╗██║╚════██║ ██║ ██╔══██║██║ ██║
██║ ╚████║ ╚████╔╝ ██║██████╔╝██║██║ ██║██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗
╚═╝ ╚═══╝ ╚═══╝ ╚═╝╚═════╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝```
# Nvidia Driver Installer
A fully automated tool for installing Nvidia drivers on Arch Linux.
The Ultimite Nvidia Toolbox in one bash script> [!NOTE]
> Currently only supports generation **Maxwell** or newer,
> Use at your own risk!## Installation
1. Clone the repository:
```shell
git clone https://github.com/Justus0405/Nvidiainstall.git
```2. Navigate to the directory:
```shell
cd Nvidiainstall
```3. Run the installer as sudo:
```shell
sudo ./nvidiainstall
```## Usage
```plaintext
Usage: nvidiainstall.sh [option] [option]Options:
-h, --help Show this help message
-d, --debug Run the script with logging
-f, --force Disable nvidia check and force install
```#
Copyright © 2024-present Justus0405