6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\"" >> /etc/default/grub
|
|
|
|
exit 0
|