#!/bin/bash

###################################################
#                                                 #
#      Aldor Linux v1.1.0 installation file       #
#                                                 #
#    author: Yannis Chicha                        #
#    contact: chicha@aldor.org                    #
#                                                 #
###################################################

export version=1.1.0
export platform=linux

more << "EOF"
###################################################
#                                              
#        Aldor linux v1.1.0 installation
#                                              
###################################################

This installation process is done in three steps:
1. License acceptance. The license is displayed for you to read.
   If you don't accept the license terms installation will not occur.
2. Choose installation directory.
3. Installation proceeds.


EOF

# Licensing
echo Step 1. License. Press Enter to read the license. Press q then Enter to quit.
read v
if ([ "X$v" = "Xq" ]) then { echo "Visit www.aldor.org"; exit 1; } fi

# -- Display license
more << "EOF"
