From 9382916e93b6948462984693afdb8bd64470af69 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 17 Nov 2022 22:30:25 +0100 Subject: [PATCH] Disable secure boot --- ManuSurface/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ManuSurface/setup.sh b/ManuSurface/setup.sh index b466d305..1f8ee31e 100755 --- a/ManuSurface/setup.sh +++ b/ManuSurface/setup.sh @@ -26,10 +26,10 @@ source "$softwareRoot/rclone/install.sh" source "$softwareRoot/oh-my-posh.sh" } & -# Install surface-linux and Secure Boot +# Install surface-linux source "$popOSRoot/linux-surface.sh" source "$popOSRoot/camera.sh" -source "$popOSRoot/secure-boot.sh" +# source "$popOSRoot/secure-boot.sh" # Install Brave source "$softwareRoot/brave.sh"