WeatherFlow PiConsole - Archive

Sorry I didn’t do it earlier but I was struggling with another pi that crashed (well the external SSD). Hat being solved I ran your script and here is output

pi@WF_console:/ $ curl -sSL https://peted-davis.github.io/wfpiconsole | bash

  [✓] Root user check passed

  ================================
  Installing WeatherFlow PiConsole
  ================================

  [✓] Raspberry Pi found. Hardware check passed
  [✓] Raspbian (Debian) found. OS check passed
  [✓] Checking for updated packages
  [✓] Installing updated packages

  [i] WeatherFlow PiConsole dependency checks...
  [✓] Checking for libsdl2-dev
  [✓] Checking for libsdl2-image-dev
  [✓] Checking for libsdl2-mixer-dev
  [✓] Checking for libsdl2-ttf-dev
  [✓] Checking for pkg-config
  [✓] Checking for libgl1-mesa-dev
  [✓] Checking for libgles2-mesa-dev
  [✓] Checking for python-setuptools
  [✓] Checking for rng-tools
  [✓] Checking for libgstreamer1.0-dev
  [✓] Checking for git-core
  [✓] Checking for gstreamer1.0-plugins-bad
  [✓] Checking for gstreamer1.0-plugins-base
  [✓] Checking for gstreamer1.0-plugins-good
  [✓] Checking for gstreamer1.0-plugins-ugly
  [✓] Checking for python-dev
  [✓] Checking for libmtdev-dev
  [✓] Checking for xclip
  [✓] Checking for xsel
  [✓] Checking for libatlas-base-dev
  [✓] Checking for gstreamer1.0-omx
  [✓] Checking for gstreamer1.0-alsa

  [i] WeatherFlow PiConsole Python module checks...
  [✓] Updating Python package manager
  [✓] Checking for Python module autobahn[twisted]
  [✓] Checking for Python module pytz
  [✓] Checking for Python module pyasn1-modules
  [✓] Checking for Python module service_identity
  [✓] Checking for Python module geopy
  [✓] Checking for Python module ephem
  [✓] Checking for Python module Cython
  [✓] Checking for Python module numpy
  [✓] Checking for Python module packaging

  [✓] Installing Kivy Python library [This will take time. Please be patient....]
  [✓] Updating Kivy configuration for touch screen

  [i] Latest version of the WeatherFlow PiConsole: v2.5
  [i] Installed version of the WeatherFlow PiConsole: v2.4
  [✓] Updating WeatherFlow PiConsole to v2.5
  
  ============================================ 
  WeatherFlow PiConsole installation complete! 
  Start the console with: 'wfpiconsole start'  
  ============================================ 

only thing is why did it install this ?? apt-get upgrade ??
47

no way to launch that last command automagically ? if you run it in terminal the script stops the moment you close the terminal, only option is to reboot to have it run independently