fix conf installer

This commit is contained in:
SVNET
2020-07-08 21:11:08 +02:00
parent 41a369a40c
commit 777d508774
4 changed files with 13 additions and 66 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo "GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\"" >> /etc/default/grub
exit 0