From d62236c6fa607511388033c8183d17d4efc5f060 Mon Sep 17 00:00:00 2001 From: maride Date: Sun, 30 Jul 2017 21:58:31 +0200 Subject: [PATCH] First bits of echo magic --- install.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..b95f2d7 --- /dev/null +++ b/install.sh @@ -0,0 +1,19 @@ +#!/bin/sh + +echo "HOI, this is the 'Arch w/ maride flavour' install script (chainloader)" +echo "Hope you used TLS..." +echo -e "=-=-=-=-=-=-=-=-=-=-=\n" + +echo "=> Things you should've set up already:" +echo " * Your keyboard layout (consider passwords!)" +echo " * Any RAID setup that you are planning to set up" +echo " * An internet connection (DHCP or static, idc...)" +echo -n "=> Did you set that up? (y/N) " +read answer + +if [ "$answer" != "y" ]; then + echo "OK, then do necessary steps and see you soon." + exit 1 +fi + +