Looking for some insight on why my installation seems to fail

Trying to install on a raspi via the all in one installer. Originally I had an ssh related error, and I followed
these steps.

After running the installer twice afterwards, both times it doesnt seem to work. Here is the installation log.

I received some help from the glitter chatroom. Looks like my HA process hadnt been started.

As a programmer analyst looking at the package tried the one step installation as I document everything thought I would post after seeing a few came across similar problems. Install failed on Raspian Jessie full package on a pi 3, but succeeded with little problem on Jessie Lite both clean installs.

Fresh installation of Raspian Jessie Lite
sudo apt-get update
sudo apt-get upgrade
sudo raspi-config
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
network={
ssid=“The_ESSID_from_earlier”
psk=“Your_wifi_password”
}
wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && chown pi:pi hass_rpi_installer.sh && bash hass_rpi_installer.sh

pauses once for password and then reboot and continues if you start another putty session and run $ top you can see homeass+ still running try loading in browser after a few minutes

sudo apt-get install samba
sudo nano /etc/samba/smb.conf​

[global]
netbios name = HA
server string = The Pi File Center
workgroup = WORKGROUP
hosts allow =
remote announce =
remote browse sync =

[HOME ASSISTANT]
path = /home/homeassistant/.homeassistant
comment = No comment
browsable = yes
read only = no
valid users =
writable = yes
guest ok = yes
public = yes
create mask = 0777
directory mask = 0777
force user = root
force create mode = 0777
force directory mode = 0777
hosts allow =
sudo smbpasswd -a pi

sudo service smbd restart

sudo nano /etc/hostname

replace raspberrypi with HA