curr_platform=$(dialog --clear --title "Welcome to the Freshcript <3" --menu "Choose your current platform:"002"L""Laptop""D""Desktop" 2>&1>/dev/tty)
curr_platform=$(dialog --clear --title "Welcome to the Freshcript <3" --menu "Choose your current platform:"003"L""Laptop""D""Desktop" "S""Server" 2>&1>/dev/tty)
echo"Script started - Platform is: $curr_platform\n\n" >> $logfile