First bits of echo magic
This commit is contained in:
commit
d62236c6fa
19
install.sh
Executable file
19
install.sh
Executable file
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user