From 43689224c1db3a4a23440d364fb4be557590b75e Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 1 Nov 2008 22:36:28 +0100 Subject: abstracted the phase launching so now its easier to port the classic installer --- src/fifa.sh | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/fifa.sh b/src/fifa.sh index 7fbfa63..09d6d1e 100755 --- a/src/fifa.sh +++ b/src/fifa.sh @@ -120,6 +120,15 @@ execute () } +start_process () +{ + execute phase preparation + execute phase basics + execute phase system + execute phase finish +} + + ###### perform actual logic ###### echo "Welcome to $TITLE" @@ -137,8 +146,4 @@ load_profile $1 PACMAN=pacman PACMAN_TARGET="pacman --root $var_TARGET_DIR --config /tmp/pacman.conf" -execute phase preparation -execute phase basics -execute phase system -execute phase finish - +start_process -- cgit v1.2.3-54-g00ecf