diff --git a/profiles/ManuSurface/Arch/install.sh b/profiles/ManuSurface/Arch/install.sh index 45b06f8f..ddbb04b0 100755 --- a/profiles/ManuSurface/Arch/install.sh +++ b/profiles/ManuSurface/Arch/install.sh @@ -17,6 +17,9 @@ function initializeConfig() { . "$dir/../../../scripts/Common/Config/Steam/hidpi.sh"; . "$dir/../../../scripts/Unix/Devices/Surface Book 2/install.sh"; . "$dir/../../../scripts/Unix/Devices/Logitech G903/install.sh"; + + # Because, as it looks, Surface Books are fucking stupid. + . "$dir/../../../scripts/Common/Config/GRUB/verbose.sh"; } . "../../../scripts/Arch/OS/install.sh";