From 6aa9fe56b80933e26f4bd01002952cb7385236d0 Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Wed, 5 Mar 2025 15:33:30 +0000 Subject: [PATCH] Update pre-install.sh --- pre-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre-install.sh b/pre-install.sh index 9dcda06..11b95d5 100644 --- a/pre-install.sh +++ b/pre-install.sh @@ -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