6 lines
167 B
Bash
Executable file
6 lines
167 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
if [[ -z "$DEBUG" ]]; then
|
|
echo efi-framebuffer.0 | sudo tee \
|
|
'/sys/bus/platform/devices/efi-framebuffer.0/driver/unbind' || true
|
|
fi
|