mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-15 19:04:19 +00:00
6 lines
158 B
Bash
6 lines
158 B
Bash
#!/usr/bin/env sh
|
|
|
|
sudo nano /etc/default/grub
|
|
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:3840x2160"
|
|
sudo apt install linux-image-extra-virtual
|