#!/bin/sh

sed -i -e 's/^GRUB_CMDLINE_LINUX_DEFAULT=\(.*\)"/GRUB_CMDLINE_LINUX_DEFAULT=\1 pcie_aspm=force"/' /etc/default/grub
update-grub
