On a rpi3B I can check the installed OS by using this command via SSH



Code:
--------------------
    cat /etc/os-release
--------------------




Code:
--------------------
    
  pi@raspberrypi:~ $ cat /etc/os-release
  PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
  NAME="Raspbian GNU/Linux"
  VERSION_ID="9"
  VERSION="9 (stretch)"
  ID=raspbian
  ID_LIKE=debian
  HOME_URL="http://www.raspbian.org/";
  SUPPORT_URL="http://www.raspbian.org/RaspbianForums";
  BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs";
  pi@raspberrypi:~ $
  
--------------------


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=108189

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to