2020-07-08 21:11:08 +02:00

6 lines
93 B
Bash
Executable File

#!/bin/bash
echo "GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\"" >> /etc/default/grub
exit 0