Changes between Version 6 and Version 7 of VisionFramework


Ignore:
Timestamp:
Nov 19, 2017, 12:41:40 PM (7 years ago)
Author:
benjialbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VisionFramework

    v6 v7  
    2424
    2525reboot the pi:
    26 {{{sudo shutdown -r now}}}
     26{{{
     27sudo shutdown -r now
     28}}}
    2729
    2830update with the following commands:
     
    4042
    4143reboot:
    42 {{{sudo shutdown -r now}}}
     44{{{
     45sudo shutdown -r now
     46}}}
    4347
    4448Install Xorg and Xinit:
     
    4953
    5054Install the MATE GUI:
    51 {{{sudo apt-get install mate-desktop-environment-core}}}
     55{{{
     56sudo apt-get install mate-desktop-environment-core
     57}}}
    5258
    5359Install LightDM login manager:
    54 {{{sudo apt-get install lightdm}}}
     60{{{
     61sudo apt-get install lightdm
     62}}}