Update pre-install.sh

This commit is contained in:
RomanNum3ral 2025-03-05 15:33:30 +00:00
parent 0125cc424e
commit 6aa9fe56b8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#! /bin/bash
echo "blacklist nouveau" | sudo tee /etc/modprobe.d/blacklist-nouveau.conf
echo "options nouveau modeset=0" | sudo tee -a /etc/modprobe.d/blacklist-nouveau.conf