|
|
|
@ -25,7 +25,7 @@ if [ -z ${v+x} ]; then
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
startup_msg() {
|
|
|
|
|
curr_platform=$(dialog --clear --titel "Welcome to the installer <3" --menu "Choose your current platform:" 0 0 2 "L" "Laptop" "D" "Desktop" 2>&1>/dev/tty)
|
|
|
|
|
curr_platform=$(dialog --clear --title "Welcome to the installer <3" --menu "Choose your current platform:" 0 0 2 "L" "Laptop" "D" "Desktop" 2>&1>/dev/tty)
|
|
|
|
|
echo "Installation started - Platform is: $curr_platform\n\n" >> $logfile
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|