Skip to content

Commit

Permalink
acpi_backlight_native automatically updates grub
Browse files Browse the repository at this point in the history
  • Loading branch information
pom committed Feb 28, 2023
1 parent d25c6ea commit 0466912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fixes/acpi_backlight_native/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ if ! grep acpi_backlight /etc/default/grub >/dev/null 2>&1; then
echo 'GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX acpi_backlight=native"' >> /etc/default/grub
fi

/bin/sh "$TOP_DIR/scripts/update-grub.sh"

echo Done

0 comments on commit 0466912

Please sign in to comment.