Update installer

This commit is contained in:
t3chn0m4g3
2015-01-28 17:08:34 +01:00
parent 4e8ae8907f
commit bd4e58dca7
11 changed files with 147 additions and 59 deletions

View File

@ -4,7 +4,7 @@
# and consoleblank permanently #
# Ubuntu server 14.04.1, x64 #
# #
# v0.10 by mo, DTAG, 2015-01-20 #
# v0.11 by mo, DTAG, 2015-01-28 #
#############################################################
# Let's replace "quiet splash" options and update grub
@ -15,4 +15,4 @@ sed -i 's#FONTFACE="VGA"#FONTFACE="Terminus"#' /etc/default/console-setup
sed -i 's#FONTSIZE="16"#FONTSIZE="12x6"#' /etc/default/console-setup
# Let's move the install script to rc.local and reboot
mv /root/install.sh /etc/rc.local && sleep 2 && reboot
mv /root/tpotce/install2.sh /etc/rc.local && sleep 2 && reboot