From f3f20f1d398703b4273992699e1a7521aee1bdc2 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Thu, 2 Jun 2016 18:54:09 +0200 Subject: [PATCH] typo --- installer/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/install.sh b/installer/install.sh index 4b2a416a..569a576a 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -331,7 +331,6 @@ apt-get upgrade -y apt-get autoclean -y apt-get autoremove -y -# Installing upgrades # Let's replace "quiet splash" options, set a console font for more screen canvas and update grub sed -i 's#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"#GRUB_CMDLINE_LINUX_DEFAULT="consoleblank=0"#' /etc/default/grub sed -i 's#\#GRUB_GFXMODE=640x480#GRUB_GFXMODE=800x600x32#' /etc/default/grub