Disable secure boot

This commit is contained in:
Manuel Thalmann 2022-11-17 22:30:25 +01:00
parent f1d06813eb
commit 820cbaf6d9

View file

@ -26,10 +26,10 @@ source "$softwareRoot/rclone/install.sh"
source "$softwareRoot/oh-my-posh.sh" source "$softwareRoot/oh-my-posh.sh"
} & } &
# Install surface-linux and Secure Boot # Install surface-linux
source "$popOSRoot/linux-surface.sh" source "$popOSRoot/linux-surface.sh"
source "$popOSRoot/camera.sh" source "$popOSRoot/camera.sh"
source "$popOSRoot/secure-boot.sh" # source "$popOSRoot/secure-boot.sh"
# Install Brave # Install Brave
source "$softwareRoot/brave.sh" source "$softwareRoot/brave.sh"