-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathintro
30 lines (22 loc) · 984 Bytes
/
intro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
clear
echo " -----------------------------[ screen $STEP of $STEPS ]----------------------------
_ _ _____ _ _ ___
| | | | ____| | | | / _ \
| |_| | _| | | | | | | | |
| _ | |___| |___| |__| |_| |
|_| |_|_____|_____|_____\___/
Welcome to AeroFoil Linux! :)
This is an optional post-installation script, designed to help you configure
your new Linux installation and get the most out of AeroFoil.
You will now be presented with a series of options. You will need your
administrator (sudo) password, so please have it ready.
You will also need a working internet connection, so if you have not done
so already, please configure your internet connection.
If you do not want to run this script now, you can run it at a later date
by entering the command \"preflight\" in your terminal.
Hit any key to continue, or \"q\" to quit..."
read -n1 a
if [[ ${a^} = 'Q' ]]; then
clear
exit 0
fi