mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
updated Readme and nvidia.sh
This commit is contained in:
parent
0526a84181
commit
e40d95be81
@ -10,6 +10,9 @@ sudo nano /etc/apt/sources.list
|
||||
- delete # on the lines with 'deb-src'
|
||||
- ensure to allow to install non-free drivers especially for users with NVIDIA gpus. You can also install non-free drivers if required. Edit install-scripts/nvidia.sh and change the nvidia stuff's if required
|
||||
|
||||
### 🔔 NOTICE TO UBUNTU USERS WITH NVIDIA ###
|
||||
- you can use this installer. However, make sure to edit the install-scripts/nvidia.sh . Delete all packages in nvidia and uncomment/remove # before sudo ubuntu-drivers install. You also need to delete or simply just add # in the lines 43 and 44 echo "## for nvidia... and echo "deb ...........
|
||||
|
||||
### 📷 Screenshots click to enlarge
|
||||
|
||||
<p align="center">
|
||||
|
||||
@ -9,6 +9,9 @@ nvidia_pkg=(
|
||||
nvidia-vaapi-driver
|
||||
)
|
||||
|
||||
# for ubuntu-nvidia owners! just delete #
|
||||
# sudo ubuntu-drivers install
|
||||
|
||||
############## WARNING DO NOT EDIT BEYOND THIS LINE if you dont know what you are doing! ######################################
|
||||
# Determine the directory where the script is located
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user