From 2ab3c7dcb68b92cf9e99fe3e3b201e7ee7e77f7f Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 10 Jun 2016 00:38:04 -0700 Subject: [PATCH] Future note in ubuntu script --- ubuntu/installer.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ubuntu/installer.sh b/ubuntu/installer.sh index f430269..128a19c 100644 --- a/ubuntu/installer.sh +++ b/ubuntu/installer.sh @@ -42,6 +42,7 @@ sudo apt-get -qq -y install python-dev sudo apt-get -qq -y install python-pip sudo apt-get -qq -y install python3-dev sudo apt-get -qq -y install python3-pip +sudo apt-get -qq -y install m4 curl -kL https://raw.github.com/hcarty/ocamlbrew/master/ocamlbrew-install | bash # Editors @@ -125,6 +126,12 @@ sudo apt-get -qq -y purge gnome-terminal sudo apt-get -qq -y purge gnome-terminal-data sudo apt -qq -y autoremove +# Right here is where the sed one-line would go to replace +# "quiet splash" with "text" in the grub config and then call +# sudo update grub. This eliminates Ubuntu getting stuck trying +# to boot a login screen that doesn't exist by dropping you +# straight into a tty. + echo "!!! DONE INSTALLING !!!" echo "======== REBOOTING IN 30 SECONDS ========" sleep 30