Update docs

This commit is contained in:
Jeevitha Kannan K S 2024-10-10 21:46:38 +05:30
parent 98e5a7d0ae
commit 641b30a07b
No known key found for this signature in database
GPG Key ID: 5904C34A2F7CE333
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ task_list = "SI D"
[[data.entries]] [[data.entries]]
name = "Nvidia Drivers && Hardware Accelration" name = "Nvidia Drivers && Hardware Accelration"
description = "This script installs and configures nvidia drivers with Hardware Accelration" description = "This script installs and configures nvidia drivers with Hardware Accelration."
script = "arch/nvidia-drivers.sh" script = "arch/nvidia-drivers.sh"
task_list = "I FM RP SS" task_list = "I FM RP SS"

View File

@ -101,6 +101,7 @@ For more information visit: https://christitus.com/linux-security-mistakes
### Arch Linux ### Arch Linux
- **Arch Server Setup**: This command installs a minimal arch server setup under 5 minutes. - **Arch Server Setup**: This command installs a minimal arch server setup under 5 minutes.
- **Nvidia Drivers && Hardware Accelration**: This script installs and configures nvidia drivers with Hardware Accelration.
- **Paru AUR Helper**: Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction. - **Paru AUR Helper**: Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction.
To know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers To know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers
- **Yay AUR Helper**: Yet Another Yogurt - An AUR Helper Written in Go. - **Yay AUR Helper**: Yet Another Yogurt - An AUR Helper Written in Go.